-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1011 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1011 Bytes
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
{
"name": "astar-examples",
"version": "0.1.0",
"private": true,
"dependencies": {
"@supercolony/typechain-compiler": "^0.5.1-beta.1",
"@supercolony/typechain-polkadot": "^0.5.0",
"@supercolony/typechain-types": "^0.0.16",
"@types/jest": "^29.2.3",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.26.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"jest": "^29.3.1",
"patch-package": "^6.4.7",
"ts-jest": "^29.0.3",
"ts-node": "^10.8.0"
},
"scripts": {
"compile": "typechain-compiler",
"compile:release": "typechain-compiler --release",
"test:single": "jest",
"test:typechain": "jest --testPathPattern \".spec.ts$\" --runInBand",
"postinstall": "patch-package"
},
"resolutions": {
"@polkadot/api": "9.10.2",
"@polkadot/api-contract": "9.10.2"
},
"devDependencies": {
"dotenv": "^16.0.3"
}
}