{
  "name": "@freepi/jsonplaceholder",
  "version": "3.0.1",
  "description": "Core Library for FreePI package",
  "main": "dist/cjs.js",
  "browser": "dist/index.js",
  "module": "index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest --coverage",
    "build": "rollup -c",
    "publish-npm": "npm run test && rollup -c && npm publish --access public"
  },
  "author": "Alex Gaiser",
  "license": "MIT",
  "files": [
    "/lib",
    "/dist"
  ],
  "dependencies": {
    "@freepi/core": "^2.2.4-alpha.0",
    "@types/axios": "^0.14.0",
    "axios": "^0.21.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/AlexGaiser/freepi",
    "directory": "packages/JSONPlaceholder"
  },
  "gitHead": "dd65a0f0e58564e7adf81419780147ec83e2ca85"
}
