-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 792 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 792 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
31
{
"name": "func-course-code-repo",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@orbs-network/ton-access": "^2.3.0",
"@swc/core": "^1.3.39",
"@ton-community/blueprint": "^0.5.0",
"@ton-community/func-js": "^0.5.0",
"@ton-community/sandbox": "^0.5.1",
"@ton-community/test-utils": "^0.0.2",
"@types/jest": "^29.4.0",
"@types/node": "^18.15.0",
"@types/qrcode-terminal": "^0.12.0",
"@types/qs": "^6.9.7",
"dotenv": "^16.0.3",
"jest": "^29.5.0",
"qrcode-terminal": "^0.12.0",
"qs": "^6.11.1",
"ton": "^13.4.1",
"ton-core": "^0.48.0",
"ton-crypto": "^3.2.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"scripts": {
"test": "jest"
}
}