forked from ston-fi/funcbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 832 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
33
{
"name": "@ston-fi/funcbox",
"version": "0.1.5",
"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.22.0",
"@ton/sandbox": "^0.20.0",
"@ton/test-utils": "^0.4.2",
"@ton-community/func-js": "^0.7.0",
"@types/jest": "^29.5.12",
"@ton/core": "^0.57.0",
"@types/node": "^22.5.4",
"glob": "^11.0.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"prettier": "^3.3.3"
}
}