/
ton-org
/
blueprint
Обзор
Документация
Войти
/
ton-org
/
blueprint
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
develop
package.json
71 строка
2 KB
krigga
chore: bump version, changelog
23 сен 2025, 12:26
23 сен 2025, 12:26
465355a
Код
Авторство
О чём код?
{ "name": "@ton/blueprint", "version": "0.41.0", "description": "Framework for development of TON smart contracts", "main": "dist/index.js", "bin": "./dist/cli/cli.js", "author": "TonTech", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ton-org/blueprint.git" }, "files": [ "dist/**/*" ], "scripts": { "build": "rm -rf dist && tsc && cp -r src/templates dist/", "test": "jest src", "release": "yarn build && yarn publish --access public", "lint": "eslint . --max-warnings 0", "lint:fix": "eslint . --max-warnings 0 --fix" }, "prettier": "@ton/toolchain/prettier", "devDependencies": { "@tact-lang/compiler": "^1.6.13", "@ton-community/func-js": "^0.10.0", "@ton/core": "^0.61.0", "@ton/crypto": "^3.3.0", "@ton/sandbox": "^0.37.1", "@ton/tolk-js": "^1.0.0", "@ton/ton": "^15.3.1", "@ton/toolchain": "the-ton-tech/toolchain#v1.4.0", "@types/inquirer": "^8.2.6", "@types/jest": "^30.0.0", "@types/node": "^20.2.5", "@types/qrcode-terminal": "^0.12.0", "eslint": "^9.28.0", "globals": "^16.4.0", "jest": "^30.0.5", "ts-jest": "^29.4.1", "typescript": "^5.8.3" }, "peerDependencies": { "@tact-lang/compiler": ">=1.6.5", "@ton-community/func-js": ">=0.10.0", "@ton/core": ">=0.61.0", "@ton/crypto": ">=3.3.0", "@ton/sandbox": "^0.37.1", "@ton/tolk-js": ">=0.13.0", "@ton/ton": ">=15.2.1" }, "peerDependenciesMeta": { "@ton/sandbox": { "optional": true } }, "dependencies": { "@ton-api/client": "^0.2.0", "@ton-api/ton-adapter": "^0.2.0", "@tonconnect/sdk": "^2.2.0", "arg": "^5.0.2", "axios": "^1.7.7", "chalk": "^4.1.0", "dotenv": "^16.1.4", "inquirer": "^8.2.5", "qrcode-terminal": "^0.12.0", "ton-lite-client": "^3.1.1", "ts-node": "^10.9.1" }, "packageManager": "yarn@4.9.2" }