-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 3.31 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 3.31 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
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "tron-wallet-snap-monorepo",
"version": "1.23.1",
"private": true,
"description": "",
"homepage": "https://github.com/MetaMask/snap-tron-wallet#readme",
"bugs": {
"url": "https://github.com/MetaMask/snap-tron-wallet/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snap-tron-wallet.git"
},
"license": "(MIT-0 OR Apache-2.0)",
"workspaces": [
"packages/*"
],
"scripts": {
"prepare": "husky",
"build": "yarn workspaces foreach --all --parallel --verbose --topological run build",
"build:dapp": "yarn workspace @metamask/tron-wallet-test-dapp build",
"build:snap": "yarn workspace @metamask/tron-wallet-snap build",
"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 --all --parallel --verbose run lint",
"lint:deps": "yarn workspaces foreach --all --parallel --verbose run lint:deps",
"lint:eslint": "yarn workspaces foreach --all --parallel --verbose run lint:eslint",
"lint:fix": "yarn workspaces foreach --all --parallel --verbose run lint:fix",
"lint:misc": "yarn workspaces foreach --all --parallel --verbose run lint:misc",
"lint:types": "yarn workspaces foreach --all --parallel --verbose run lint:types",
"format": "yarn workspaces foreach --all --parallel --verbose run format",
"prepare-preview-builds": "./scripts/prepare-preview-builds.sh",
"publish-previews": "yarn workspaces foreach --all --no-private --parallel --verbose run publish:preview",
"start": "yarn workspaces foreach --all --parallel --verbose --interlaced run start",
"test": "yarn workspace @metamask/tron-wallet-snap run test",
"test:integration": "yarn workspace @metamask/tron-wallet-snap run test:integration"
},
"devDependencies": {
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@lavamoat/allow-scripts": "^3.3.3",
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/eslint-config": "^14.0.0",
"@metamask/eslint-config-browser": "^14.0.0",
"@metamask/eslint-config-jest": "^14.0.0",
"@metamask/eslint-config-nodejs": "^14.0.0",
"@metamask/eslint-config-typescript": "^14.0.0",
"depcheck": "^1.4.7",
"eslint": "^9.26.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^4.3.4",
"eslint-plugin-import-x": "^4.11.1",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jsdoc": "^50.6.17",
"eslint-plugin-n": "^17.18.0",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-promise": "^7.2.1",
"husky": "^9.1.7",
"prettier": "^3.5.3",
"prettier-plugin-packagejson": "^2.5.13",
"rimraf": "^6.0.1",
"tsx": "^4.20.5",
"typescript": "~5.8.3",
"typescript-eslint": "8.32.1"
},
"resolutions": {
"@metamask/snaps-sdk": "^10.3.0"
},
"packageManager": "yarn@4.9.1",
"engines": {
"node": ">= 20"
},
"lavamoat": {
"allowScripts": {
"@lavamoat/preinstall-always-fail": false,
"eslint-plugin-import-x>unrs-resolver": false,
"eslint-plugin-jest>jest>@jest/core>jest-resolve>unrs-resolver": false,
"tsx>esbuild": false
}
}
}