-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
35 lines (35 loc) · 1000 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": "dids-repository",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"docs": "typedoc --tsconfig tsconfig.docs.json",
"test": "turbo run test",
"test:ci": "turbo run test:ci",
"lint": "turbo run lint",
"build": "pnpm run -r build:types && turbo run build:js",
"prepare": "pnpm build"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@jest/globals": "^29.7.0",
"@skypack/package-check": "^0.2.2",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.102",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"del-cli": "^5.1.0",
"eslint": "^8.56.0",
"eslint-config-3box": "^1.0.0",
"eslint-plugin-jest": "^27.6.1",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"turbo": "^1.11.2",
"typedoc": "0.25.4",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3"
}
}