-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.13 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
{
"name": "paras-ink-marketplace",
"version": "0.1.0",
"private": true,
"dependencies": {
"@727-ventures/typechain-polkadot": "^0.6.10",
"@727-ventures/typechain-types": "^0.0.22",
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"eslint": "^7.26.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"mocha": "10.1.0",
"patch-package": "^6.4.7",
"ts-node": "^10.8.0"
},
"scripts": {
"compile": "npx @727-ventures/typechain-compiler --release",
"test": "mocha --require ts-node/register --recursive ./tests --extension \".spec.ts\" --exit --timeout 20000",
"test:single": "mocha --require ts-node/register --extension \".ts\" --exit --timeout 20000",
"postinstall": "patch-package"
},
"resolutions": {
"@polkadot/api": "^9.6.1",
"@polkadot/api-contract": "^9.6.1"
},
"devDependencies": {
"@types/jest": "^29.5.1"
}
}