-
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.37 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.37 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": "@ts-stack/chain-error",
"type": "module",
"version": "1.5.1",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"imports": {
"#lib/*": "./dist/*"
},
"description": "Richer JavaScript errors",
"repository": "https://github.com/ts-stack/chain-error.git",
"homepage": "https://github.com/ts-stack/chain-error",
"license": "MIT",
"scripts": {
"test": "yarn build-test && yarn esm-jest",
"build": "tsc -b tsconfig.build.json",
"build-test": "tsc -b tsconfig.test.json",
"clean": "rm -r dist*",
"esm-jest": "yarn node --experimental-vm-modules --no-warnings=ExperimentalWarning --enable-source-maps $(yarn bin jest)"
},
"dependencies": {
"assert-plus": "^1.0.0"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@types/assert-plus": "^1.0.8",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^30.0.0",
"@types/node": "^20.16.7",
"eslint": "^8.57.1",
"jest": "^30.0.4",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "~5.5.4",
"typescript-eslint": "^8.7.0"
},
"keywords": [
"ts-stack",
"error",
"errors"
],
"packageManager": "yarn@4.5.3+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90"
}