-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
{
"author": "Jaco Greeff <[email protected]>",
"bugs": "https://github.com/polkadot-js/dev/issues",
"engines": {
"node": ">=18.14"
},
"homepage": "https://github.com/polkadot-js/dev#readme",
"license": "Apache-2.0",
"packageManager": "[email protected]",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/polkadot-js/dev.git"
},
"sideEffects": false,
"type": "module",
"version": "0.83.2",
"versions": {
"git": "0.83.2",
"npm": "0.83.2"
},
"workspaces": [
"packages/*"
],
"scripts": {
"build": "polkadot-dev-build-ts",
"build:before": "polkadot-dev-copy-dir --cd packages/dev config scripts build",
"build:release": "polkadot-ci-ghact-build --skip-beta",
"clean": "polkadot-dev-clean-build",
"docs": "polkadot-dev-build-docs",
"lint": "polkadot-dev-run-lint",
"postinstall": "./packages/dev/scripts/polkadot-dev-yarn-only.mjs",
"test": "yarn build && polkadot-dev-run-test --dev-build --env browser"
},
"devDependencies": {
"@polkadot/dev": "workspace:packages/dev",
"@polkadot/dev-test": "workspace:packages/dev-test",
"@polkadot/dev-ts": "workspace:packages/dev-ts"
},
"resolutions": {
"typescript": "^5.5.4"
}
}