forked from tact-lang/tact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.69 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "praise",
"version": "1.12.4",
"repository": "https://github.com/xsr/tact.git",
"author": "Steve Korshakov <[email protected]>, 🔥 Ogień Zawziętych <x.com/zawzietych>",
"license": "MIT",
"scripts": {
"grammar": "ohm generateBundles --withTypes src/grammar/*.ohm",
"clean": "rm -fr ./dist",
"build": "tsc && cp ./src/grammar/grammar.ohm* ./dist/grammar/ && cp ./src/func/funcfiftlib.* ./dist/func"
},
"files": [
"dist/**/*",
"src/**/*",
"stdlib/**/*"
],
"main": "./dist/main.js",
"bin": {
"tact": "./tact"
},
"dependencies": {
"@ipld/dag-pb": "2.1.18",
"@tact-lang/opcode": "^0.0.14",
"arg": "^5.0.2",
"blockstore-core": "1.0.5",
"change-case": "^4.1.2",
"ipfs-unixfs-importer": "9.0.10",
"mkdirp": "^2.1.3",
"multiformats": "9.9.0",
"ohm-js": "16.5.0",
"path-normalize": "^6.0.10",
"prando": "^6.0.1",
"qs": "^6.11.0",
"@ton/core": "0.49.2",
"@ton/crypto": "^3.2.0",
"zod": "^3.20.2"
},
"devDependencies": {
"@ohm-js/cli": "^1.1.0",
"@release-it/keep-a-changelog": "^3.1.0",
"@tact-lang/coverage": "^0.0.8",
"@tact-lang/emulator": "^4.2.3",
"@types/glob": "^8.1.0",
"@types/jest": "^29.2.3",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.11.9",
"@types/qs": "^6.9.7",
"cross-env": "^7.0.3",
"glob": "^8.1.0",
"jest": "^29.3.1",
"js-yaml": "^4.1.0",
"release-it": "^15.5.1",
"rimraf": "^4.1.2",
"rollup": "^3.17.2",
"shiki": "^0.12.1",
"ton-compiler": "^2.3.0",
"@tact-lang/ton-jest": "^0.0.4",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"@tact-lang/ton-abi": "^0.0.3"
}
}