-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 980 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "coc_testing",
"version": "1.0.0",
"description": "",
"main": "./src/index.js",
"type": "module",
"scripts": {
"start": "node dist/index.js",
"build": "tsc" ,
"coc": "pnpm run build && pnpm run start"
},
"devDependencies": {
"@polkadot/api": "6.0.5",
"@types/prompt": "^1.1.4",
"@unique-nft/client": "^0.1.6",
"@unique-nft/sdk": "^0.1.13",
"@unique-nft/sr25519": "^0.0.2",
"adm-zip": "^0.5.9",
"bignumber.js": "^9.0.0",
"fs": "^0.0.1-security",
"merge-img": "^2.1.3",
"png-crop": "^0.0.2",
"sprintf-js": "^1.1.2",
"threads": "^1.7.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.5"
},
"standard": {
"globals": [
"it",
"assert",
"beforeEach",
"afterEach",
"describe",
"contract",
"artifacts"
]
},
"dependencies": {
"@unique-nft/sdk": "^0.1.7",
"prompt": "^1.3.0"
},
"keywords": [],
"author": "",
"license": "ISC"
}