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