-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.58 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.58 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
63
64
65
66
67
68
69
{
"name": "@metamask/snap-7715-permissions-monorepo",
"version": "25.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 --worktree --parallel --topological --verbose run build",
"build:pack": "yarn workspaces foreach --worktree --parallel --interlaced --verbose run build:pack",
"changelog:update": "yarn workspaces foreach --worktree --no-private --parallel --interlaced --verbose run changelog:update",
"changelog:validate": "yarn workspaces foreach --worktree --no-private --parallel --interlaced --verbose run changelog:validate",
"lint": "yarn workspaces foreach --worktree --parallel run lint",
"lint:eslint": "yarn workspaces foreach --worktree --parallel run lint:eslint",
"lint:fix": "yarn workspaces foreach --worktree --parallel run lint:fix",
"lint:misc": "yarn workspaces foreach --worktree --parallel run lint:misc",
"start": "yarn workspaces foreach --worktree --parallel --interlaced --verbose run start",
"test": "yarn workspaces foreach --worktree --parallel --interlaced --verbose run test"
},
"devDependencies": {
"@lavamoat/allow-scripts": "3.4.1",
"@lavamoat/preinstall-always-fail": "2.1.1",
"@metamask/create-release-branch": "4.2.1",
"@metamask/eslint-config": "15.0.1",
"@metamask/eslint-config-jest": "15.0.1",
"@metamask/eslint-config-nodejs": "15.0.1",
"@metamask/eslint-config-typescript": "15.0.1",
"depcheck": "^1.4.7",
"eslint": "^9.11.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.3.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsdoc": "^50.2.4",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"prettier": "3.6.2",
"prettier-plugin-packagejson": "2.5.18",
"sharp": "0.35.0",
"typescript": "5.8.3",
"typescript-eslint": "^8.39.0"
},
"packageManager": "yarn@4.16.0",
"engines": {
"node": "^20 || >=22"
},
"lavamoat": {
"allowScripts": {
"@lavamoat/preinstall-always-fail": false,
"sharp": true,
"eslint-plugin-import-x>unrs-resolver": false
}
},
"resolutions": {
"qs": "^6.15.3",
"sharp": "0.35.0",
"glob@npm:^10.2.2": "10.5.0",
"tar": "^7.5.3",
"body-parser@npm:^2.2.0": "2.2.1"
}
}