forked from Brushfam/obce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.2 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": "obce",
"version": "0.1.0",
"private": true,
"dependencies": {
"@727-ventures/typechain-compiler": "^1.0.0-beta.3",
"@727-ventures/typechain-types": "^1.0.0-beta.1",
"@babel/core": "^7.21.4",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/register": "^7.21.0",
"@polkadot/api": "^10.4.1",
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^8.0.3",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"deasync": "^0.1.28",
"eslint": "^8.39.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"mocha": "^10.2.0",
"prettier": "^2.8.8",
"ts-node": "^10.9.1"
},
"resolutions": {
"@polkadot/util": "^12.0.1"
},
"scripts": {
"build:release:no-compile": "npx @727-ventures/typechain-compiler --config ./typechain-compiler-config.json --release --noCompile",
"test:mocha": "mocha --require @babel/register --require ts-node/register --recursive ./tests/e2e --extension \".ts\" --exit --timeout 20000"
}
}