This repository was archived by the owner on Feb 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.3 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.3 KB
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
44
45
46
{
"name": "root",
"version": "0.0.1",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/PlasmNetwork/api.git"
},
"author": "Stake Technologies <devops@stake.co.jp>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PlasmNetwork/api/issues"
},
"homepage": "https://github.com/PlasmNetwork/api#readme",
"workspaces": [
"packages/*"
],
"resolutions": {
"typescript": "~4.2.4"
},
"engines": {
"node": ">=16.0.0",
"yarn": ">=1.22.0"
},
"scripts": {
"build": "yarn workspaces run build",
"test": "yarn workspaces run test",
"lint": "yarn workspaces run lint",
"postinstall": "lerna bootstrap",
"release": "lerna version --yes",
"clean": "lerna clean",
"script:types": "yarn workspace @plasm/types"
},
"devDependencies": {
"@polkadot/dev": "^0.62.38",
"@polkadot/ts": "^0.3.86",
"@typescript-eslint/eslint-plugin": "4.24.0",
"@typescript-eslint/parser": "4.24.0",
"eslint": "7.26.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-promise": "^5.1.0",
"prettier": "^2.3.0",
"lerna": "^4.0.0"
}
}