forked from ton-community/nft-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"name": "nft-sdk",
"version": "0.1.0",
"description": "NFT SDK for TON",
"main": "index.js",
"repository": "https://github.com/ton-community/nft-sdk",
"author": "Gajesh Naik @Gajesh2007",
"license": "MIT",
"scripts": {
"lint": "eslint ."
},
"dependencies": {
"@orbs-network/ton-access": "^2.3.3",
"@pinata/sdk": "^2.1.0",
"@ton-community/blueprint": "^0.9.0",
"@ton-community/sandbox": "^0.8.0",
"@ton.org/func-js": "^0.1.3",
"@types/commander": "^2.3.15-alpha",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.10",
"@types/uuid": "^8.3.4",
"aws-sdk": "^2.1356.0",
"buffer": "^6.0.3",
"chai": "^4.3.6",
"commander": "^10.0.1",
"mocha": "^10.2.0",
"nft.storage": "^7.0.3",
"node-fetch": "^3.3.1",
"ton": "latest",
"ton-compiler": "^2.3.0",
"ton-contract-executor": "^0.5.2",
"ton-core": "^0.49.0",
"typedoc": "^0.24.6",
"typescript": "^5.0.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.39.0"
}
}