truss/emitters/package.json

17 lines
305 B
JSON
Raw Permalink Normal View History

2019-03-05 19:21:09 -06:00
{
"name": "@truss/emitters",
"version": "1.0.0",
"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"
}
}