{
    "name": "@ajbowen249/lait-core",
    "version": "1.0.0",
    "description": "the lait binary",
    "main": "dist/index.js",
    "bin": {
        "lait": "./dist/index.js"
    },
    "scripts": {
        "prebuild": "node ./createVersionFile.js > src/version.ts",
        "build": "npx tsc",
        "test": "jest"
    },
    "author": "",
    "license": "ISC",
    "dependencies": {
        "@types/node": "^18.11.11",
        "transpiler": "*",
        "ts-node": "^10.9.1",
        "typescript": "^4.9.4"
    },
    "devDependencies": {
        "@types/lodash": "^4.14.191"
    }
}
