-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 988 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 988 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
36
37
{
"name": "nft3",
"version": "1.0.0",
"author": "Simrat <simratsaran@gmail.com>",
"license": "MIT",
"scripts": {
"run-node": "swanky node start",
"test": "mocha -r ts-node/register \"test/**/*.test.ts\" --exit --timeout 20000"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@727-ventures/typechain-polkadot": "1.0.0-beta.2",
"@727-ventures/typechain-types": "1.0.0-beta.1",
"typescript": "^4.9.3"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^8.0.3",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"mocha": "10.1.0",
"mochawesome": "^7.1.3",
"ts-node": "^10.8.0"
},
"resolutions": {
"@polkadot/api": "10.0.1",
"@polkadot/api-contract": "10.0.1",
"@polkadot/util": "11.0.1",
"@polkadot/util-crypto": "11.0.1",
"@polkadot/keyring": "11.0.1",
"@polkadot/api-augment": "10.0.1",
"@polkadot/types": "10.0.1"
}
}