smarterror/package.json

22 lines
482 B
JSON
Raw Normal View History

2017-06-09 12:59:36 +00:00
{
2023-07-10 00:48:55 +00:00
"name": "@push.rocks/smarterror",
"private": false,
2018-07-11 13:37:46 +00:00
"version": "2.0.1",
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": "(tsrun test/test.ts)",
"build": "(npmts)"
2017-06-09 12:59:36 +00:00
},
2017-06-09 12:59:50 +00:00
"devDependencies": {
"@gitzone/tsrun": "^1.1.2",
"tapbundle": "^2.0.2"
2017-06-09 12:59:36 +00:00
},
"dependencies": {
2017-06-09 13:30:50 +00:00
"clean-stack": "^1.3.0",
"make-error-cause": "^2.2.0"
2017-06-09 12:59:36 +00:00
}
2023-07-10 00:48:55 +00:00
}