{
  "name": "webpanel-data",
  "version": "0.4.0",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "patch-release": "npm version patch && git push --follow-tags && npm publish"
  },
  "dependencies": {
    "inflection": "^1.12.0",
    "lodash": "^4.17.13",
    "querystring": "^0.2.0",
    "ts-thunk": "^0.2.1",
    "url": "^0.11.0"
  },
  "devDependencies": {
    "@types/inflection": "^1.5.28",
    "@types/lodash": "^4.14.110",
    "@types/node": "^10.17.21",
    "@types/react": "^16.8.14",
    "react": "^17.0.1",
    "typescript": "^3.7.5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/webpanel/data.git"
  }
}
