tolk-codegen
Version:
## Example generator ### Create builder file in root folder ``builder.ts``
36 lines (35 loc) • 917 B
JSON
{
"name": "tolk-codegen",
"version": "0.0.4",
"description": "",
"main": "dist/index.js",
"repository": "https://github.com/panarama360/tolk-codegen",
"homepage": "https://github.com/panarama360/tolk-codegen",
"files": [
"dist/*"
],
"scripts": {
"build": "tsc && npm run copyFiles",
"copyFiles": "cpx 'src/templates/**' 'dist/templates'"
},
"dependencies": {
"@ton/core": "^0.59.0",
"crc-32": "^1.2.2",
"reflect-metadata": "^0.2.2"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"cpx": "^1.5.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
},
"jest": {
"testEnvironment": "node",
"transform": {
"^.+.tsx?$": ["ts-jest",{}]
}
},
"keywords": ["ton", "tolk", "decorators", "typescript", "telegram", "contract", "blockchain", "tvm", "func", "generator", "ts"]
}