generated from MetaMask/template-snap-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
61 lines (61 loc) · 2.41 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@galactica-net/galactica-monorepo",
"version": "0.6.1",
"private": true,
"description": "Galactica Network monorepo including zero-knowledge certificates, the Galactica ZK Vault Snap for Metamask and front-end examples.",
"homepage": "https://galactica.com",
"bugs": {
"url": "https://github.com/Galactica-corp/galactica-monorepo/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Galactica-corp/galactica-monorepo.git"
},
"license": "(MIT-0 OR Apache-2.0 OR BUSL-1.1)",
"author": "",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn workspaces foreach --parallel --topological --verbose run build",
"build:snap-api": "turbo run build --filter=snap-api...",
"lint": "yarn lint:eslint && yarn lint:misc --check",
"lint:eslint": "NODE_OPTIONS='--max-old-space-size=8192'; eslint . --cache --ext js,ts",
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
"lint:misc": "prettier '**/*.json' '**/*.md' '!**/CHANGELOG.md' '!test/**' '**/*.yml' --ignore-path .gitignore",
"start": "yarn workspaces foreach --parallel --interlaced --verbose run start",
"start:snap": "turbo run start --filter=snap-beta...",
"test": "yarn workspaces foreach -vp run test"
},
"resolutions": {
"web-worker": "patch:web-worker@npm:1.2.0#.yarn/patches/web-worker-npm-1.2.0-ef71df710e.patch",
"ffjavascript": "0.3.0",
"ejs": "patch:ejs@npm:3.1.9#.yarn/patches/ejs-npm-3.1.9-e201b2088c.patch",
"[email protected]": "patch:fastfile@npm:0.0.20#.yarn/patches/fastfile-npm-0.0.20-4263a2b353.patch"
},
"devDependencies": {
"@metamask/eslint-config": "^12.2.0",
"@metamask/eslint-config-jest": "^12.1.0",
"@metamask/eslint-config-nodejs": "^12.1.0",
"@metamask/eslint-config-typescript": "^12.1.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-n": "^16.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"hardhat": "^2.10.1",
"prettier": "^3.0.3",
"prettier-plugin-packagejson": "^2.4.6",
"typescript": "^5.0.4"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.6.0"
}
}