forked from gmh5225/snap-7715-permissions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.38 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 2.38 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@metamask/snap-7715-permissions-monorepo",
"version": "4.0.0",
"private": true,
"description": "Monorepo for 7715 permissions snaps.",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snap-7715-permissions.git"
},
"files": [],
"workspaces": [
"packages/*"
],
"scripts": {
"prepare:snap": "./scripts/prepare-snap.sh",
"build": "yarn workspaces foreach --parallel --topological --verbose run build",
"build:pack": "yarn workspaces foreach --parallel --interlaced --verbose run build:pack",
"changelog:update": "yarn workspaces foreach --all --no-private --parallel --interlaced --verbose run changelog:update",
"changelog:validate": "yarn workspaces foreach --all --no-private --parallel --interlaced --verbose run changelog:validate",
"lint": "yarn workspaces foreach --parallel run lint",
"lint:eslint": "yarn workspaces foreach --parallel run lint:eslint",
"lint:fix": "yarn workspaces foreach --parallel run lint:fix",
"lint:misc": "yarn workspaces foreach --parallel run lint:misc",
"start": "yarn workspaces foreach --parallel --interlaced --verbose run start",
"start:message-signing-snap": "cd external/message-signing-snap && yarn start",
"test": "yarn workspaces foreach --parallel --interlaced --verbose run test"
},
"devDependencies": {
"@lavamoat/allow-scripts": "^3.0.0",
"@lavamoat/preinstall-always-fail": "^2.0.0",
"@metamask/create-release-branch": "^4.1.1",
"@metamask/eslint-config": "^12.1.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": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-jsdoc": "^41.1.2",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.3.3",
"prettier-2": "npm:prettier@^2.8.8",
"prettier-plugin-packagejson": "^2.4.5",
"sharp": "^0.32.6",
"typescript": "^4.7.4"
},
"packageManager": "yarn@3.2.1",
"engines": {
"node": ">=18.6.0"
},
"lavamoat": {
"allowScripts": {
"@lavamoat/preinstall-always-fail": false,
"sharp": true
}
}
}