-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
30 lines (30 loc) · 918 Bytes
/
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
{
"name": "guardian-monorepo",
"version": "0.5.2-0",
"private": true,
"workspaces": [
"packages/*"
],
"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",
"test:e2e": "polkadot-dev-run-test --runInBand --silent"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/register": "^7.18.6",
"@babel/runtime": "^7.18.6",
"@open-web3/dev-config": "^0.2.3",
"@types/jest": "^28.1.4",
"@types/node": "^18.0.3",
"jest": "^28.1.2",
"typescript": "^4.7.4"
},
"packageManager": "[email protected]",
"stableVersion": "0.5.1"
}