-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.12 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
37
38
39
40
41
42
43
{
"name": "happy-new-year-sbt",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "yarn ts-node scripts/compile.ts",
"deploy": "yarn ts-node src/VudiDeployCollection.ts",
"mint": "yarn ts-node src/VudiMintItem.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dvlkv/nft-jetton-sale-smc.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dvlkv/nft-jetton-sale-smc/issues"
},
"homepage": "https://github.com/dvlkv/nft-jetton-sale-smc#readme",
"devDependencies": {
"@types/bn.js": "^5.1.1",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/qrcode-terminal": "^0.12.0",
"@types/qs": "^6.9.7",
"@types/uuid": "^8.3.4",
"jest": "^29.3.1",
"ton-compiler": "^2.0.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"dependencies": {
"@ton-community/func-js": "^0.1.5",
"bn.js": "^5.2.1",
"qrcode-terminal": "^0.12.0",
"qs": "^6.11.0",
"ton": "^12.1.5",
"ton-contract-executor": "^0.6.0",
"uuid": "^9.0.0"
}
}