truss/docker/package.json

22 lines
426 B
JSON
Raw Normal View History

2018-12-23 07:56:44 -06:00
{
"name": "@truss/docker",
"version": "1.0.1",
"description": "",
2019-03-05 19:21:09 -06:00
"main": "./cjs",
"module": "./index",
2018-12-23 07:56:44 -06:00
"author": "cha0s",
"license": "MIT",
"publishConfig": {
"registry": "https://npm.i12e.cha0s.io"
},
"dependencies": {
"chalk": "^2.4.1",
"debug": "^3.1.0",
"dotenv": "^6.0.0",
"js-yaml": "^3.12.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.2",
"supports-color": "^5.5.0"
}
}