forked from archetech/archon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.34 KB
/
package.json
File metadata and controls
44 lines (44 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
{
"name": "archon",
"version": "0.1.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 .",
"build": "npm run build -w @didcid/browser-hdkey && npm run build -w @didcid/common && npm run build -w @didcid/ipfs && npm run build -w @didcid/cipher && npm run build -w @didcid/gatekeeper && npm run build -w @didcid/keymaster"
},
"author": "",
"license": "ISC",
"dependencies": {
"commander": "^11.1.0",
"sharp": "^0.33.5",
"uuid": "^11.0.2"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@types/chrome": "^0.0.309",
"@types/hdkey": "^2.1.0",
"@types/jest": "^29.5.14",
"@types/mock-fs": "^4.13.4",
"@types/node": "^22.18.11",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-sonarjs": "^1.0.4",
"jest": "^29.7.0",
"lerna": "^9.0.3",
"mock-fs": "^5.2.0",
"nock": "^14.0.0",
"swagger-jsdoc": "^6.2.8",
"ts-jest": "^29.2.6",
"typescript": "^5.8.2"
}
}