{
  "name": "@aphro/schema-api",
  "version": "0.2.6",
  "main": "lib/index.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/tantaman/aphrodite.git",
    "directory": "packages/schema-api"
  },
  "devDependencies": {
    "typescript": "^4.8.2"
  },
  "scripts": {
    "clean": "tsc --build --clean",
    "build": "tsc --build",
    "watch": "tsc --build -w",
    "deep-clean": "rm -rf ./lib || true && rm tsconfig.tsbuildinfo || true"
  },
  "jest": {
    "testMatch": [
      "**/__tests__/**/*.test.js"
    ]
  }
}
