-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 4.64 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 4.64 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "@metamask/connect-monorepo",
"version": "31.0.0",
"private": true,
"description": "MetaMask Connect Monorepo",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/connect-monorepo.git"
},
"files": [],
"workspaces": [
"packages/*",
"playground/*",
"integrations/*"
],
"scripts": {
"build": "turbo run build",
"build:clean": "yarn build:only-clean && yarn build",
"build:docs": "turbo run build:docs",
"build:only-clean": "rimraf -g 'packages/*/dist' 'packages/*/*.tsbuildinfo'",
"bump-playground-versions": "tsx scripts/bump-dependent-playgrounds.ts",
"changelog:format": "turbo run changelog:format",
"changelog:update": "turbo run changelog:update",
"changelog:validate": "turbo run changelog:validate",
"clean": "rimraf -g 'packages/*/node_modules/.cache' 'playground/*/node_modules/.cache' 'packages/*/node_modules' 'packages/*/dist' 'packages/*/build' 'playground/*/node_modules' 'playground/*/dist' 'playground/*/build' node_modules",
"create-package": "tsx scripts/create-package",
"lint": "yarn lint:eslint && echo && yarn lint:misc --check && yarn constraints && yarn lint:dependencies",
"lint:dependencies": "depcheck && yarn dedupe --check",
"lint:dependencies:fix": "depcheck && yarn dedupe",
"lint:eslint": "yarn build:only-clean && eslint . --cache",
"lint:fix": "yarn lint:eslint --fix && echo && yarn lint:misc --write && yarn constraints --fix && yarn lint:dependencies:fix",
"lint:misc": "prettier --no-error-on-unmatched-pattern '**/*.json' '**/*.md' '**/*.yml' '!.yarnrc.yml' '!merged-packages/**' --ignore-path .gitignore",
"prepare-preview-builds": "./scripts/prepare-preview-builds.sh",
"prepare-release": "yarn create-release-branch -i && yarn bump-playground-versions",
"publish-previews": "yarn workspaces foreach --all --no-private --parallel --verbose run publish:preview",
"test": "yarn test:scripts --silent && yarn test:packages",
"test:clean": "yarn build:only-clean && turbo run test",
"test:packages": "turbo run test:verbose",
"test:verbose": "turbo run test:verbose",
"update-readme-content": "tsx scripts/update-readme-content.ts",
"workspaces:list-versions": "./scripts/list-workspace-versions.sh"
},
"simple-git-hooks": {
"pre-push": "yarn lint"
},
"resolutions": {
"@solana/wallet-adapter-react@npm:^0.15.39": "patch:@solana/wallet-adapter-react@npm%3A0.15.39#~/.yarn/patches/@solana-wallet-adapter-react-npm-0.15.39-86277fdcc0.patch",
"bs58": "4.0.1"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@lavamoat/allow-scripts": "^3.0.4",
"@metamask/create-release-branch": "^4.1.3",
"@metamask/eslint-config": "^14.0.0",
"@metamask/eslint-config-jest": "^14.0.0",
"@metamask/eslint-config-nodejs": "^14.0.0",
"@metamask/eslint-config-typescript": "^14.0.0",
"@metamask/utils": "^11.8.1",
"@ts-bridge/cli": "^0.5.1",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.14.191",
"@types/node": "^22.9.0",
"@types/semver": "^7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@yarnpkg/types": "^4.0.0",
"babel-jest": "^27.5.1",
"depcheck": "^1.4.7",
"eslint": "^9.25.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-interactive": "^10.8.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-import-x": "^4.3.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jsdoc": "^50.2.4",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"execa": "^5.0.0",
"jest": "^29.6.4",
"jest-silent-reporter": "^0.5.0",
"lodash": "^4.17.21",
"prettier": "^3.3.3",
"prettier-2": "npm:prettier@^2.8.8",
"prettier-plugin-packagejson": "^2.4.5",
"rimraf": "^5.0.5",
"semver": "^7.6.3",
"simple-git-hooks": "^2.8.0",
"tsx": "^4.19.3",
"turbo": "^2.8.17",
"typescript": "^5.9.3",
"typescript-eslint": "^8.10.0",
"yargs": "^17.7.2"
},
"packageManager": "yarn@4.9.2",
"engines": {
"node": ">=20.19.0"
},
"lavamoat": {
"allowScripts": {
"@lavamoat/preinstall-always-fail": false,
"babel-runtime>core-js": false,
"simple-git-hooks": false,
"eslint-plugin-import-x>unrs-resolver": false,
"tsx>esbuild": false,
"jest>jest-cli>jest-config>jest-environment-jsdom>jsdom>ws>bufferutil": false,
"jest>jest-cli>jest-config>jest-environment-jsdom>jsdom>ws>utf-8-validate": false
}
}
}