{
  "name": "strapi-common-api",
  "description": "provide a \"strapi client SDK\" wrapped some common request api service functions and strapi types support for strapi based frontend apps, and provide some key typescript types hint help",
  "version": "1.2.1",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/LittleBadBad/strapi-common-api"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*.js",
    "dist/**/*.ts"
  ],
  "keywords": [
    "strapi",
    "strapi client",
    "strapi SDK",
    "populate",
    "filters",
    "sort",
    "frontend",
    "types",
    "strapi types",
    "typescript",
    "http api",
    "user permission",
    "collection type",
    "single type"
  ],
  "scripts": {
    "build": "tsc"
  },
  "peerDependencies": {
    "axios": ">=1.0.0",
    "qs": ">=6.0.0"
  },
  "devDependencies": {
    "@types/node": "^18.11.18",
    "typescript": "^4.9.4"
  }
}
