-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 907 Bytes
/
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
{
"name": "meta-tx",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:shunsukew/meta-tx.git",
"author": "Shunsuke Watanabe <[email protected]>",
"license": "MIT",
"dependencies": {
"@727-ventures/typechain-compiler": "1.0.0-beta.1",
"@727-ventures/typechain-types": "^1.0.0-beta.1",
"@polkadot/api": "^10.2.1",
"@polkadot/api-contract": "^10.2.1",
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.1",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0",
"mocha-suppress-logs": "^0.3.1",
"scale-codec": "^0.11.2",
"ts-mocha": "^10.0.0",
"typescript": "^5.0.3"
},
"scripts": {
"compile": "npx @727-ventures/typechain-compiler --config ./typechain-compiler-config.json",
"test": "mocha --forbid-only -r ts-node/register \"tests/*.test.ts\""
}
}