{
  "name": "bnaya_fork_ra-data-nest-crud",
  "version": "1.0.12",
  "description": "a data provider for react admin that handles request from nestjsx-crud server",
  "main": "dist/index.js",
  "scripts": {
    "rollup": "rollup",
    "watch": "rollup -cw",
    "build": "rimraf -fr dist && rollup -c && npm run build-ts-declerations",
    "patch": "npm version patch -m \"[skip travis] Release version: %s\"",
    "prerelease": "npm whoami && npm run patch && npm run lint && npm run build",
    "release": "npm publish dist --access public",
    "jest": "jest",
    "jest:debug": "node --inspect-brk=7878 ./node_modules/.bin/jest --runInBand",
    "test": "jest",
    "tsc": "tsc",
    "eslint": "eslint",
    "build-ts-declerations": "tsc --emitDeclarationOnly --noEmit false --declaration --isolatedModules false",
    "lint": "eslint src --ext .ts && tsc --noEmit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FusionWorks/react-admin-nestjsx-crud-dataprovider.git"
  },
  "keywords": [
    "ra",
    "react-admin",
    "dataprovider",
    "data-provider",
    "nestjsx/crud"
  ],
  "author": "nzuza",
  "license": "ISC",
  "devDependencies": {
    "@babel/preset-env": "^7.5.5",
    "@babel/preset-typescript": "^7.3.3",
    "@nestjsx/crud-request": "^4.2.0",
    "@nestjsx/util": "^4.2.0",
    "@types/jest": "^24.0.17",
    "@types/node": "^10.14.15",
    "@typescript-eslint/eslint-plugin": "^1.13.0",
    "@typescript-eslint/parser": "^1.13.0",
    "eslint": "^6.1.0",
    "eslint-config-prettier": "^6.0.0",
    "eslint-plugin-prettier": "^3.1.0",
    "jest": "^24.8.0",
    "prettier": "^1.18.2",
    "ra-core": "^2.9.5",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "rimraf": "^2.6.3",
    "rollup": "^1.19.4",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^9.2.2",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^4.2.4",
    "rollup-plugin-peer-deps-external": "^2.2.0",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "typescript": "^3.5.3"
  },
  "bugs": {
    "url": "https://github.com/FusionWorks/react-admin-nestjsx-crud-dataprovider/issues"
  },
  "homepage": "https://github.com/FusionWorks/react-admin-nestjsx-crud-dataprovider#readme",
  "dependencies": {},
  "peerDependencies": {
    "ra-core": "^2.9.5",
    "@nestjsx/crud-request": "^4.2.0"
  },
  "files": [
    "dist",
    "README.md"
  ]
}
