-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 930 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 930 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
{
"name": "@ston-fi/funcbox",
"version": "0.1.9",
"description": "Collection of FunC snippets/utilities",
"license": "MIT",
"scripts": {
"build": "npx func-js test_case.fc",
"test": "npx jest tests/TestCase.spec.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ston-fi/funcbox.git"
},
"homepage": "https://github.com/ston-fi/funcbox#readme",
"keywords": [
"smartcontracts",
"defi"
],
"devDependencies": {
"@ton/blueprint": "^0.35.0",
"@ton/sandbox": "^0.32.2",
"@ton/test-utils": "^0.7.0",
"@ton-community/func-js": "^0.9.1",
"@types/jest": "^29.5.14",
"@ton/core": "^0.61.0",
"@types/node": "^24.0.0",
"glob": "^11.0.2",
"ts-jest": "^29.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"prettier": "^3.5.3"
}
}