{
    "name": "@ajbowen249/lait",
    "version": "0.1.18",
    "license": "MIT",
    "bin": {
        "lait": "./packages/lait-core/dist/index.js"
    },
    "workspaces": [
        "packages/*"
    ],
    "scripts": {
        "build": "npx lerna run build",
        "test": "npx lerna run test"
    },
    "dependencies": {
        "@types/node": "^18.11.11",
        "lodash": "^4.17.21",
        "ts-node": "^10.9.1",
        "typescript": "^4.9.4"
    },
    "devDependencies": {
        "@types/jest": "^29.2.4",
        "jest": "^29.3.1",
        "lerna": "^6.1.0",
        "ts-jest": "^29.0.3"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ajbowen249/lait.git"
    },
    "bugs": {
        "url": "https://github.com/ajbowen249/lait/issues"
    },
    "homepage": "https://ajbowen249.github.io/lait/"
}
