truss/comm/package.json
2019-03-05 19:21:09 -06:00

17 lines
301 B
JSON

{
"name": "@truss/comm",
"version": "1.0.1",
"description": "",
"main": "./cjs",
"module": "./index",
"author": "cha0s",
"license": "MIT",
"publishConfig": {
"registry": "https://npm.i12e.cha0s.io"
},
"dependencies": {
"debug": "3.1.0",
"supports-color": "5.4.0"
}
}