{
    "name": "sapdon",
    "version": "3.6.0",
    "scripts": {
        "build": "node scripts/build.cjs",
        "test": "tsc && tsc-alias && node --test \"tests/*.test.mjs\"",
        "build:demo": "cd examples/block_demo && npm run build",
        "pub": "npm run build && npm publish"
    },
    "keywords": [
        "bedrock",
        "tools",
        "addon"
    ],
    "author": "Meteage",
    "license": "ISC",
    "type": "module",
    "bin": {
        "sapdon": "prod/cli/start.js"
    },
    "description": "Sapdon is a Node.js toolkit designed for building Bedrock Edition Minecraft addon packs.",
    "devDependencies": {
        "@minecraft/server": "^2.0.0-beta.1.21.80-preview.20",
        "@minecraft/server-ui": "^1.3.0",
        "@types/archiver": "^6.0.0",
        "@types/d3-array": "^3.2.1",
        "@types/lodash": "^4.17.16",
        "@types/node": "^22.14.0",
        "tsc-alias": "^1.8.13"
    },
    "dependencies": {
        "@rollup/plugin-commonjs": "^28.0.2",
        "@rollup/plugin-json": "^6.1.0",
        "@rollup/plugin-node-resolve": "^16.0.0",
        "@rollup/plugin-terser": "^0.4.4",
        "@rollup/plugin-typescript": "^12.1.2",
        "chalk": "^5.4.1",
        "commander": "^13.0.0",
        "d3-array": "^3.2.4",
        "archiver": "^7.0.0",
        "download-git-repo": "^3.0.2",
        "inquirer": "^12.3.1",
        "lodash": "^4.17.21",
        "ora": "^8.1.1",
        "rollup": "^4.39.0",
        "rollup-plugin-dts": "^6.2.1",
        "rollup-plugin-typescript-paths": "^1.5.0",
        "rollup-plugin-visualizer": "^5.14.0",
        "tsconfig-paths": "^4.2.0",
        "tslib": "^2.8.1",
        "typescript": "^5.8.2"
    },
    "files": [
        "prod/**/*",
        "doc/**/*"
    ]
}
