{
    "name": "@ton-ai-core/blueprint",
    "version": "0.40.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-ai-core/blueprint.git"
    },
    "files": [
        "dist/**/*"
    ],
    "scripts": {
        "build": "rm -rf dist && tsc --skipLibCheck || true && cp -r src/templates dist/ && yarn lint:fix",
        "build:strict": "rm -rf dist && tsc && cp -r src/templates dist/ && yarn lint:fix",
        "test": "jest src",
        "release": "yarn build && npm publish --access public",
        "format": "prettier --write src",
        "lint": "eslint . --max-warnings 0",
        "lint:fix": "eslint . --max-warnings 0 --fix"
    },
    "prettier": "@ton/toolchain/prettier",
    "devDependencies": {
        "@tact-lang/compiler": "^1.6.13",
        "@ton-ai-core/eslint-plugin-suggest-members": "^1.6.4",
        "@ton-community/func-js": "^0.10.0",
        "@ton/core": "^0.61.0",
        "@ton/crypto": "^3.3.0",
        "@ton/sandbox": "^0.34.0",
        "@ton/tolk-js": "^0.12.0",
        "@ton/ton": "^15.2.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",
        "@typescript-eslint/parser": "^8.30.1",
        "eslint": "^9.28.0",
        "jest": "^30.0.5",
        "ts-jest": "^29.4.1",
        "typescript": "^5.8.3"
    },
    "peerDependencies": {
        "@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.34.0",
        "@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"
}
