forked from TBD54566975/tbdex-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.28 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
{
"name": "tbdex-js",
"private": true,
"type": "module",
"scripts": {
"clean": "npkill -d $(pwd)/packages -t dist && npkill -d $(pwd) -t node_modules",
"build": "pnpm recursive run build",
"lint": "pnpm recursive run lint",
"lint:fix": "pnpm recursive run lint:fix",
"test:node": "pnpm recursive run test:node --color",
"test:browser": "pnpm recursive run test:browser",
"audit-ci": "audit-ci --config ./audit-ci.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TBD54566975/tbdex-js.git"
},
"license": "Apache-2.0",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@npmcli/package-json": "5.0.0",
"@types/chai": "4.3.5",
"@types/eslint": "8.44.2",
"@types/mocha": "10.0.1",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"c8": "^9.1.0",
"eslint": "8.49.0",
"mocha": "10.2.0",
"mocha-junit-reporter": "2.2.1",
"npkill": "0.11.3",
"semver": "7.5.4",
"typescript": "5.2.2",
"audit-ci": "7.0.1"
},
"pnpm": {
"overrides": {
"browserify-sign@>=2.6.0 <=4.2.1": ">=4.2.2",
"follow-redirects": ">=1.15.4",
"ip@<1.1.9": ">=1.1.9",
"ip@=2.0.0": ">=2.0.1"
}
}
}