forked from open-web3-stack/guardian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.19 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
{
"version": "0.4.5-16",
"private": true,
"engines": {
"yarn": "^1.10.1"
},
"workspaces": [
"packages/*"
],
"resolutions": {
"typescript": "^4.3.5",
"@polkadot/api": "^6.5.2",
"@polkadot/types": "^6.5.2",
"@polkadot/typegen": "^6.5.2",
"@open-web3/orml-types": "^1.0.2-2",
"@open-web3/orml-type-definitions": "^1.0.2-2",
"@open-web3/orml-api-derive": "^1.0.2-2",
"rxjs": "^7.3.0"
},
"homepage": "https://github.com/open-web3-stack/guardian",
"scripts": {
"build": "polkadot-dev-build-ts && (cd packages/example-guardian && cp src/*.yml build)",
"build:release": "polkadot-ci-ghact-build",
"lint": "polkadot-dev-run-lint",
"clean": "polkadot-dev-clean-build",
"postinstall": "polkadot-dev-yarn-only",
"test": "yarn test:e2e --testPathIgnorePatterns e2e --silent",
"test:e2e": "polkadot-dev-run-test --runInBand --verbose"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/register": "^7.16.0",
"@babel/runtime": "^7.16.3",
"@open-web3/dev-config": "^0.1.13",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.7",
"jest": "^27.3.1",
"ts-node": "^10.4.0",
"typescript": "^4.3.5"
}
}