forked from open-web3-stack/open-web3.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.37 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
{
"repository": "https://github.com/open-web3-stack/open-web3.js.git",
"version": "1.1.3",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn build:interfaces && polkadot-dev-build-ts && (cd packages/api-mobx && cp -r src/templates build)",
"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/"
},
"resolutions": {
"@polkadot/api-derive": "^6.3.1",
"@polkadot/api": "^6.3.1",
"@polkadot/types": "^6.3.1",
"@polkadot/api-util": "^6.3.1",
"@polkadot/rpc-core": "^6.3.1",
"typescript": "^4.3.5",
"rxjs": "^7.4.0"
},
"devDependencies": {
"@babel/core": "^7.12.8",
"@babel/register": "^7.12.1",
"@babel/runtime": "^7.12.5",
"@open-web3/dev-config": "^0.2.1",
"@polkadot/api": "^6.3.1",
"@polkadot/typegen": "^6.3.1",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.5",
"jest": "^26.6.3",
"ts-node": "^10.7.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.6.3"
},
"packageManager": "yarn@3.2.0"
}