{
    "name": "ts-bytenode",
    "version": "2.1.3",
    "description": "Bytenode Compiler for Typescript.",
    "main": "dist/index.js",
    "types": "typings",
    "files": [
        "dist/**/*",
        "typings/**/*"
    ],
    "scripts": {
        "prepublishOnly": "run-s build",
        "tsb": "node ./dist/bin/CLI.js",
        "build": "run-s clean build:ts",
        "build:ts": "tsc",
        "clean": "rimraf dist typings"
    },
    "bin": {
        "tsb": "./tools/CLI.js"
    },
    "keywords": [],
    "author": "rroesslerio",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/rroessler/ts-bytenode.git"
    },
    "bugs": {
        "url": "https://github.com/rroessler/ts-bytenode/issues"
    },
    "homepage": "https://github.com/rroessler/ts-bytenode#readme",
    "devDependencies": {
        "@types/micromatch": "^4.0.2",
        "@types/node": "^18.15.11",
        "electron": "^24.1.0",
        "npm-run-all": "^4.1.5",
        "rimraf": "^5.0.0",
        "types-tsconfig": "^2.0.2"
    },
    "dependencies": {
        "commander": "^10.0.0",
        "micromatch": "^4.0.5",
        "typescript": "^5.0.4"
    }
}
