-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.11 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
{
"version": "1.0.0",
"private": true,
"bugs": "https://github.com/AcalaNetwork/acala-types.js/issues",
"engines": {
"node": ">=16"
},
"homepage": "https://github.com/AcalaNetwork/acala-types.js#readme",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/AcalaNetwork/acala-types.js.git"
},
"sideEffects": false,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn workspaces foreach -pvit run build",
"lint": "eslint . --ext .ts",
"test": "echo noop",
"bump": "yarn workspaces foreach -vit version",
"publish": "yarn workspaces foreach -vit run publish:manual"
},
"devDependencies": {
"@polkadot/api": "^14",
"@types/eslint": "^8",
"@types/node": "^20.4.9",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]"
}