17 lines
326 B
JSON
17 lines
326 B
JSON
{
|
|
"name": "@pushrocks/smartdebug",
|
|
"version": "2.0.9",
|
|
"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": {}
|
|
}
|