{
  "name": "@smile/strapi-client",
  "version": "5.0.0",
  "description": "An HTTP client for Strapi focused on content and media creation (for mass data migration from another CMS/datasource)",
  "main": "./dist/index.js",
  "type": "module",
  "types": "./dist/index.d.ts",
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc",
    "postversion": "git push && git push --tags"
  },
  "files": [
    "dist/**/*"
  ],
  "keywords": [
    "Strapi",
    "API",
    "client",
    "migration"
  ],
  "author": "Maxime Robert <marob@smile.fr>",
  "license": "MIT",
  "dependencies": {
    "mime-types": "2.1.35",
    "node-fetch": "3.3.1"
  },
  "devDependencies": {
    "@types/mime-types": "2.1.1",
    "@types/node": "18.15.11",
    "typescript": "5.0.3"
  }
}
