smarterror/package.json

21 lines
419 B
JSON
Raw Normal View History

2017-06-09 12:59:36 +00:00
{
"name": "smarterror",
2017-06-09 13:30:57 +00:00
"version": "1.0.3",
2017-06-09 12:59:36 +00:00
"description": "better error handling",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
2017-06-09 12:59:50 +00:00
"devDependencies": {
2017-06-09 12:59:36 +00:00
"tapbundle": "^1.0.13"
},
"dependencies": {
2017-06-09 13:30:50 +00:00
"clean-stack": "^1.3.0",
"source-map-support": "^0.4.15",
2017-06-09 12:59:36 +00:00
"typings-global": "^1.0.16"
}
}