-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
34 lines (34 loc) · 1.1 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
{
"repository": "https://github.com/open-web3-stack/open-web3.js.git",
"version": "2.0.2-0",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn build:interfaces && polkadot-dev-build-ts",
"build:interfaces": "node -r ts-node/register -r tsconfig-paths/register packages/orml-types/scripts/generate.ts",
"build:release": "polkadot-ci-ghact-build",
"lint": "polkadot-dev-run-lint",
"clean": "polkadot-dev-clean-build",
"postinstall": "polkadot-dev-yarn-only",
"test": "jest --testPathIgnorePatterns e2e",
"check-deps": "node packages/util/src/scripts/check-deps.js yarn.lock @polkadot/"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/register": "^7.18.6",
"@babel/runtime": "^7.18.6",
"@open-web3/dev-config": "^0.2.3",
"@polkadot/api": "^8.12.2",
"@polkadot/typegen": "^8.12.2",
"@types/jest": "^28.1.4",
"@types/node": "^18.0.3",
"jest": "^26.6.3",
"ts-node": "^10.8.2",
"tsconfig-paths": "^3.14.1",
"typescript": "^4.7.4"
},
"packageManager": "[email protected]",
"stableVersion": "2.0.1"
}