{
    "name": "ts-transform-runtime-check",
    "version": "0.0.1-alpha22",
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "readme": "readme.md",
    "license": "MIT",
    "keywords": [
        "typescript",
        "typescript-transform",
        "ts-transform",
        "ts-transformer",
        "ts-compiler-api",
        "runtime",
        "typecheck"
    ],
    "description": "Typescript AST transformer to generate type checks at compile time",
    "scripts": {
        "build": "ttsc",
        "lint": "eslint . --ext .ts",
        "test": "mocha --timeout 0 -r tsconfig-paths/register",
        "bin:transform": "./node_modules/.bin/ts-node -C ttypescript -r tsconfig-paths/register ./bin/transform.ts"
    },
    "author": "Kevin Ramharak <kevin@ramharak.nl>",
    "repository": {
        "type": "git",
        "url": "https://https://github.com/kevinramharak/ts-transform-runtime-check.git"
    },
    "ts-node": {
        "compiler": "ttypescript"
    },
    "devDependencies": {
        "@types/chai": "^4.2.14",
        "@types/mocha": "^8.2.0",
        "@types/node": "^14.14.22",
        "@typescript-eslint/eslint-plugin": "^4.17.0",
        "@typescript-eslint/parser": "^4.17.0",
        "@typescript/vfs": "^1.3.4",
        "@zerollup/ts-transform-paths": "^1.7.18",
        "chai": "^4.2.0",
        "eslint": "^7.21.0",
        "mocha": "^8.2.1",
        "ts-expose-internals": "^4.1.3",
        "ts-node": "^9.1.1",
        "tsconfig-paths": "^3.9.0",
        "ttypescript": "^1.5.12",
        "typescript": "^4.2.3"
    }
}
