-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.34 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.34 KB
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
52
{
"name": "error-object-polyfill",
"version": "0.0.0",
"description": "Replace your lame string errors with object versions.",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"lint": "eslint tests index.js",
"test": "vitest run"
},
"dependencies": {
"json-stringify-safe": "^5.0.1"
},
"devDependencies": {
"@authress/eslint-config": "^2.0.14",
"@eslint/eslintrc": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^8.57.0",
"@typescript-eslint/parser": "^8.57.0",
"ci-build-tools": "^1.0.13",
"commander": "^2.15.1",
"eslint": "^9.19.0",
"eslint-plugin-import": "^2.31.0",
"fs-extra": "^9.0.1",
"glob": "^5.0.15",
"sinon": "^1.17.3",
"typescript": "^5.9.3",
"vitest": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Authress-Engineering/error-object-polyfill.js.git"
},
"keywords": [
"nodejs",
"error",
"error polyfill",
"error object"
],
"engines": {
"node": ">=20"
},
"author": "Rhosys Developers <developers@rhosys.ch> (http://rhosys.ch)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Authress-Engineering/error-object-polyfill.js/issues"
},
"homepage": "https://github.com/Authress-Engineering/error-object-polyfill.js#readme"
}