-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "error-object-polyfill",
"version": "0.0.0",
"description": "Replace your lame string errors with object versions.",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"lint": "eslint --ext .js tests index.js",
"test": "mocha tests/**/*.js -R spec"
},
"dependencies": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"chai": "^3.5.0",
"ci-build-tools": "^1.0.13",
"commander": "^2.15.1",
"eslint": "^7.12.1",
"eslint-config-cimpress-atsquad": "^1.0.67",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^7.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"fs-extra": "^9.0.1",
"glob": "^5.0.15",
"mocha": "^10.1.0",
"sinon": "^1.17.3",
"typescript": "^3.9.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhosys/error-object-polyfill.js.git"
},
"keywords": [
"nodejs",
"error",
"error polyfill",
"error object"
],
"engines": {
"node": ">=8.9.4"
},
"author": "Rhosys Developers <[email protected]> (http://rhosys.ch)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/rhosys/error-object-polyfill.js/issues"
},
"homepage": "https://github.com/rhosys/error-object-polyfill.js#readme"
}