{
  "name": "codegen",
  "version": "0.1.1",
  "private": true,
  "license": "MIT",
  "main": "dist/index.js",
  "files": [
    "dist/*"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "dev": "tsc --watch",
    "lint": "TIMING=1 eslint src --fix",
    "clean": "rm -rf .turbo && rm -rf node_modules"
  },
  "devDependencies": {
    "@types/jest": "^27.4.1",
    "@types/mocha": "^9.1.0",
    "ast": "workspace:*",
    "config": "workspace:*",
    "eslint": "^7.32.0",
    "jest": "^27.5.1",
    "layout": "workspace:*",
    "tsconfig": "workspace:*",
    "types": "workspace:*",
    "typescript": "^4.6.3",
    "foundry": "workspace:*"
  },
  "dependencies": {
    "dotenv": "^16.0.0"
  },
  "jest": {
    "preset": "config/jest/node"
  }
}
