21 lines
398 B
JSON
21 lines
398 B
JSON
{
|
|
"name": "@truss/core",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "./cjs",
|
|
"module": "./index",
|
|
"author": "cha0s",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"registry": "https://npm.i12e.cha0s.io"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^2.4.1",
|
|
"debug": "^3.1.0",
|
|
"dotenv": "^6.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"rimraf": "^2.6.2",
|
|
"supports-color": "^5.5.0"
|
|
}
|
|
}
|