-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 790 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "chainable-error",
"version": "1.0.2",
"description": "Provides an easy to use chainable error for V8 and V8 like engines",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Feirell/chainable-error.git"
},
"keywords": [
"error",
"chainable-error",
"debugging"
],
"files": [
"index.js",
"index.d.ts"
],
"author": "Florian Völker <Neirolf2030@web.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Feirell/chainable-error/issues"
},
"homepage": "https://github.com/Feirell/chainable-error#readme",
"devDependencies": {
"typescript": "^3.5.3"
}
}