{
  "name": "fireschema",
  "version": "4.0.4",
  "repository": "github:yarnaimo/fireschema",
  "license": "MIT",
  "author": "yamaimo <yarnaimo@gmail.com>",
  "main": "dist/index.js",
  "module": "esm/index.js",
  "bin": "dist/bin/cli.js",
  "scripts": {
    "build": "ttsc && cp src/lib/*.d.ts dist/lib/ && chmod +x dist/bin/cli.js",
    "build:esm": "ttsc -P tsconfig.esm.json && cp src/lib/*.d.ts esm/lib/",
    "debug": "node --inspect -r ts-node/register",
    "dev": "yarn ts-node src/index.ts",
    "docs": "md-magic && sed -i -e \"s/ from '\\.\\./ from 'fireschema/g\" README.md && prettier --write README.md",
    "firestore:rules": "./dist/bin/cli.js src/example/1-1-schema.ts",
    "lint": "eslint --ignore-path .gitignore '**/*.{js,jsx,ts,tsx}'",
    "prepare": "./append-emulator-proxyer.sh",
    "serve": "yarn build && firebase emulators:start --only firestore,functions,pubsub",
    "start": "NODE_ENV=production node dist/index.js",
    "test": "NODE_ENV=test jest --no-cache",
    "test:main": "firebase emulators:exec --only firestore 'yarn test --testPathIgnorePatterns /node_modules/ /dist/ /esm/ /functions/'",
    "test:functions": "firebase emulators:exec --only firestore,functions,pubsub 'yarn test /functions/'",
    "test:all": "yarn test:main && yarn test:functions",
    "ts-node": "ts-node --compiler ttypescript",
    "version": "rm -rf dist esm && yarn build && yarn build:esm"
  },
  "resolutions": {
    "ts-morph/**/typescript": "^4.2.3"
  },
  "dependencies": {
    "@sindresorhus/is": "^4.0.0",
    "dayjs": "^1.10.4",
    "lifts": "^0.1.4",
    "react-firebase-hooks": "^3.0.3",
    "remeda": "^0.0.27",
    "runtypes": "^5.1.0",
    "ts-morph": "^10.0.2",
    "ttypescript": "^1.5.12",
    "type-fest": "^1.0.1"
  },
  "devDependencies": {
    "@arkweid/lefthook": "^0.7.2",
    "@firebase/rules-unit-testing": "^1.2.5",
    "@google-cloud/pubsub": "^2.10.0",
    "@sindresorhus/tsconfig": "^1.0.1",
    "@testing-library/react-hooks": "^5.1.1",
    "@types/express": "4.17.3",
    "@types/jest": "^26.0.22",
    "@types/prettier": "^2.2.3",
    "@types/react": "^17.0.3",
    "@types/testing-library__react-hooks": "^3.4.1",
    "@yarnaimo/eslint-config": "^0.1.6",
    "express": "^4.17.1",
    "firebase": "^8.3.1",
    "firebase-admin": "^9.6.0",
    "firebase-functions": "^3.13.2",
    "firebase-functions-test": "^0.2.3",
    "firebase-tools": "^9.9.0",
    "got": "^11.8.2",
    "jest": "^26.6.3",
    "markdown-magic": "^2.0.0",
    "prettier": "^2.2.1",
    "react": "^17.0.2",
    "react-test-renderer": "^17.0.2",
    "sort-package-json": "^1.49.0",
    "ts-jest": "^26.5.4",
    "ts-node": "^9.1.1",
    "tsd": "^0.14.0",
    "typescript": "^4.2.3"
  },
  "peerDependencies": {
    "@google-cloud/pubsub": "^2.10.0",
    "firebase": "^8.3.1",
    "firebase-admin": "^9.6.0",
    "firebase-functions": "^3.13.2"
  },
  "engines": {
    "node": ">=12"
  }
}
