@ton-contests/tolk-utils
Version:
Tolk utilities for TON Contests plaform
47 lines • 1.05 kB
JSON
{
"name": "@ton-contests/tolk-utils",
"version": "0.0.10",
"description": "Tolk utilities for TON Contests plaform",
"author": "Daniil Kananenka",
"homepage": "https://github.com/divatech-io/ton-contests#readme",
"repository": {
"type": "git",
"url": "git@github.com:divatech-io/ton-contests.git",
"directory": "packages/tolk-utils"
},
"bugs": {
"url": "https://github.com/divatech-io/ton-contests/issues"
},
"keywords": [
"ton",
"contests",
"tolk"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"type": "commonjs",
"bin": {
"ton-contests-tolk": "./dist/cli.js"
},
"main": "./dist/index.js",
"files": [
"dist"
],
"devDependencies": {
"@types/node": "^22.13.14",
"@repo/typescript-config": "0.0.0",
"@repo/eslint-config": "0.0.0"
},
"dependencies": {
"@ton/tolk-js": "^1.0.0",
"commander": "^13.1.0"
},
"scripts": {
"lint": "eslint ./src",
"build": "tsc",
"watch": "tsc --watch",
"typecheck": "tsc --noEmit"
}
}