smartdebug/package.json
2018-04-12 19:12:07 +02:00

17 lines
327 B
JSON

{
"name": "@pushrocks/smartdebug",
"version": "2.0.10",
"description": "debug the smart way",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
"devDependencies": {
"tapbundle": "^2.0.0"
},
"dependencies": {}
}