{
  "name": "@oasisdex/spock-validation",
  "version": "0.1.0",
  "license": "AGPL-3.0-or-later",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "scripts": {
    "prepublishOnly": "cd ../.. && yarn build",
    "start": "ts-node -T ./src/index.ts",
    "format": "prettier --config ../../.prettierrc  --ignore-path ../../.prettierignore --check \"./**/*.ts\"",
    "format:fix": "prettier --config ../../.prettierrc  --ignore-path ../../.prettierignore --write \"./**/*.ts\"",
    "lint": "eslint --ext .ts src",
    "lint:fix": "yarn lint --fix",
    "typecheck": "tsc --noEmit --incremental false --composite false",
    "clean": "rm -rf dist && rm -f tsconfig.build.tsbuildinfo",
    "test": "true",
    "test:fix": "true"
  },
  "peerDependencies": {
    "@oasisdex/spock-etl": "^0.1.0"
  },
  "devDependencies": {
    "@types/chai": "^4.2.7",
    "@types/chai-as-promised": "^7.1.2",
    "@types/chai-subset": "^1.3.3",
    "@types/cheerio": "^0.22.16",
    "@types/mocha": "^5.2.7",
    "@types/react": "^16.9.23",
    "@types/react-dom": "^16.9.5",
    "@types/sinon": "^7.5.1",
    "@types/sinon-chai": "^3.2.3",
    "@typescript-eslint/eslint-plugin": "^2.12.0",
    "@typescript-eslint/parser": "^2.12.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "chai-http": "^4.3.0",
    "chai-subset": "^1.6.0",
    "dotenv-flow": "^0.3.0",
    "eslint": "^6.8.0",
    "eslint-config-typestrict": "^1.0.0",
    "eslint-plugin-no-only-tests": "^2.4.0",
    "mocha": "^6.2.2",
    "prettier": "^2.0.1",
    "sinon": "^8.0.1",
    "sinon-chai": "^3.3.0",
    "ts-node": "^8.5.4",
    "typescript": "^3.8.3"
  },
  "dependencies": {
    "@google-cloud/bigquery": "^3.0.0"
  }
}
