{
    "name": "@ton/blueprint",
    "version": "0.44.2",
    "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.63.1",
        "@ton/crypto": "^3.3.0",
        "@ton/sandbox": "^0.40.0",
        "@ton/tolk-js": "^1.0.0",
        "@ton/ton": "^16.2.4",
        "@ton/toolchain": "the-ton-tech/toolchain#v1.6.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.63.1",
        "@ton/crypto": ">=3.3.0",
        "@ton/sandbox": ">=0.40.0",
        "@ton/tolk-js": ">=0.13.0",
        "@ton/ton": ">=16.2.4"
    },
    "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.15.0",
        "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"
}
