-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 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
{
"name": "ton-nft-collection-snapshot",
"version": "1.0.0-alpha.1",
"license": "MIT",
"scripts": {
"test": "blueprint run --testnet --deeplink NFTCollectionSnapshot",
"start": "blueprint run --mainnet --deeplink NFTCollectionSnapshot",
"build": "blueprint build --all"
},
"prettier": {
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"bracketSpacing": true,
"semi": true
},
"devDependencies": {
"@ton-community/blueprint": "^0.12.0",
"@ton/blueprint": "^0.22.0",
"@ton/core": "~0",
"@ton/crypto": "^3.2.0",
"@ton/sandbox": "^0.20.0",
"@ton/test-utils": "^0.4.2",
"@ton/ton": "^13.11.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"prettier": "^3.3.2",
"ton-core": "^0.53.0",
"ts-jest": "^29.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}