19 lines
351 B
JSON
19 lines
351 B
JSON
{
|
|
"name": "smartdebug",
|
|
"version": "2.0.1",
|
|
"description": "debug the smart way",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(npmts)"
|
|
},
|
|
"devDependencies": {
|
|
"tapbundle": "^1.0.13"
|
|
},
|
|
"dependencies": {
|
|
"typings-global": "^1.0.16"
|
|
}
|
|
}
|