forked from getgems-io/nft-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 865 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
{
"name": "nft-contracts",
"version": "1.0.0",
"description": "GetGems NFT contracts",
"main": "index.js",
"author": "Narek Abovyan <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.3",
"@types/jest": "^28.1.4",
"jest": "^28.1.2",
"ts-jest": "^28.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"dependencies": {
"@ton-community/func-js": "^0.7.0",
"@ton.org/func-js": "^0.1.3",
"@ton/core": "^0.59.0",
"@ton/crypto": "^3.3.0",
"@ton/sandbox": "^0.22.0",
"@ton/test-utils": "^0.4.2",
"@ton/ton": "^15.1.0",
"@types/uuid": "^8.3.4",
"bn.js": "^5.2.1",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"ton": "^11.18.2",
"ton-compiler": "^1.0.0",
"ton-contract-executor": "^0.5.2",
"uuid": "^8.3.2"
}
}