-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
32 lines (32 loc) · 984 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
{
"name": "hton",
"version": "0.0.1",
"license": "MIT",
"private": true,
"scripts": {
"lint": "eslint . --ext ts --report-unused-disable-directives --max-warnings 0",
"start": "blueprint run",
"build": "blueprint build",
"test": "jest --verbose"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@ton/blueprint": "^0.27.0",
"@ton/core": "^0.59.1",
"@ton/crypto": "^3.3.0",
"@ton/sandbox": "^0.23.0",
"@ton/test-utils": "^0.4.2",
"@ton/ton": "^15.1.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}