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