-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 846 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 846 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
32
33
34
35
36
{
"name": "@dedust/kit",
"version": "0.0.3",
"keywords": [
"dedust",
"kit",
"defi"
],
"license": "Apache-2.0",
"scripts": {
"build": "tsc",
"fmt:check": "prettier . --check",
"fmt": "prettier . --write",
"blueprint": "blueprint"
},
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"peerDependencies": {
"@ton/core": ">=0.62.0"
},
"devDependencies": {
"@ton/core": "^0.62.0",
"@ton/ton": "^16.1.0",
"@tonconnect/sdk": "3.4.0-beta.4",
"@tsconfig/node22": "^22.0.5",
"@tsconfig/strictest": "^2.0.8",
"@types/node": "^25.0.3",
"axios": "1.15.2",
"prettier": "^3.7.4",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}