-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 841 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 841 Bytes
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
{
"name": "@ston-fi/faucet-token-contracts",
"version": "1.0.0",
"scripts": {
"start": "blueprint run",
"build": "blueprint build",
"test": "jest --verbose"
},
"devDependencies": {
"@ston-fi/funcbox": "^0.1.0",
"@ton/blueprint": "^0.21.0",
"@ton/core": "~0",
"@ton/crypto": "^3.2.0",
"@ton/sandbox": "^0.19.0",
"@ton/test-utils": "^0.4.2",
"@ton/ton": "^13.11.1",
"@types/ejs": "^3.1.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"csv-parse": "^5.5.6",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"prompt-sync": "^4.2.0",
"ts-jest": "^29.1.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}