-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 998 Bytes
/
package.json
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
34
35
{
"name": "error-causes",
"description": "Simple error handling based on standard JavaScript error cause.",
"version": "3.0.2",
"main": "index.js",
"scripts": {
"lint": "eslint --fix src",
"test": "NODE_ENV=test node src/index-test.js | tap-nirvana",
"watch": "watch 'npm run -s test && npm run -s lint' src",
"update": "updtr",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paralleldrive/error-causes.git"
},
"author": "Eric Elliott",
"license": "MIT",
"bugs": {
"url": "https://github.com/paralleldrive/error-causes/issues"
},
"homepage": "https://github.com/paralleldrive/error-causes#readme",
"devDependencies": {
"eslint": "8.27.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"esm": "3.2.25",
"prettier": "2.7.1",
"release-it": "15.5.0",
"riteway": "7.0.0",
"tap-nirvana": "1.1.0",
"updtr": "4.0.0",
"watch": "1.0.2"
}
}