-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.46 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.46 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
{
"name": "keychain",
"version": "1.4.0",
"type": "module",
"description": "",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"test": "node --experimental-vm-modules node_modules/.bin/jest --runInBand --verbose --coverage",
"generate-openapi": "node swaggerConf.js",
"lint": "eslint eslint.config.mjs jest.config.js swaggerConf.js apps demo packages scripts services tests",
"build": "npm run build -w @mdip/common -w @mdip/ipfs -w @mdip/cipher -w @mdip/gatekeeper -w @mdip/keymaster -w @mdip/inscription"
},
"author": "",
"license": "ISC",
"dependencies": {
"commander": "^14.0.3",
"sharp": "^0.34.5",
"uuid": "^13.0.0"
},
"devDependencies": {
"@eslint/js": "^9.39.3",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@commitlint/cli": "^20.4.3",
"@commitlint/config-conventional": "^20.4.3",
"@types/chrome": "^0.1.37",
"@types/hdkey": "^2.1.0",
"@types/jest": "^30.0.0",
"@types/mock-fs": "^4.13.4",
"@types/node": "^25.3.5",
"eslint": "^9.39.3",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-sonarjs": "^4.0.0",
"globals": "^17.4.0",
"jest": "^30.2.0",
"lerna": "^9.0.5",
"mock-fs": "^5.5.0",
"nock": "^14.0.11",
"swagger-jsdoc": "^6.2.8",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1"
}
}