@burotan/strapi-client
Version:
Ultimate type supported api client for Strapi!
50 lines • 1.02 kB
JSON
{
"name": "@burotan/strapi-client",
"version": "0.1.6",
"description": "Ultimate type supported api client for Strapi!",
"main": "./src/index.ts",
"type": "module",
"bin": {
"strapi-client": "./bin/strapi-client.js"
},
"files": [
"bin",
"src",
"types"
],
"scripts": {
"build": "tsup",
"test": "jest",
"watch": "tsup --watch",
"push": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/burotan/strapi-client"
},
"keywords": [
"Strapi",
"API",
"HTTP",
"Rest",
"Types"
],
"author": "Burak Serpici",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/qs": "^6.9.18",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
},
"dependencies": {
"chalk": "^5.3.0",
"inquirer": "^9.2.14",
"openapi-fetch": "^0.13.4",
"openapi-typescript": "^7.6.0",
"qs": "^6.13.1"
}
}