UNPKG

umbraco-management-api-client

Version:

TypeScript client for the Umbraco Management API (auto-generated by OpenAPI Generator)

58 lines (57 loc) 1.49 kB
{ "name": "umbraco-management-api-client", "version": "1.0.2", "description": "TypeScript client for the Umbraco Management API (auto-generated by OpenAPI Generator)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "clean": "if exist dist rmdir /s /q dist", "build": "npm run clean && tsc", "prepare": "npm run build", "test": "tsc && node", "test:single": "tsc && node dist/test/LanguageApi.test.js", "prepublishOnly": "npm run build", "preversion": "npm run build" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/Afreed-cp/umbraco-management-api-client.git" }, "keywords": [ "umbraco", "api-client", "typescript", "openapi", "swagger", "cms", "headless", "management-api" ], "author": { "name": "Afreed", "email": "afreed178@gmail.com", "url": "https://github.com/Afreed-cp" }, "license": "MIT", "bugs": { "url": "https://github.com/Afreed-cp/umbraco-management-api-client/issues" }, "homepage": "https://github.com/Afreed-cp/umbraco-management-api-client#readme", "engines": { "node": ">=14.0.0" }, "dependencies": { "node-fetch": "^2.7.0" }, "devDependencies": { "@types/node": "^20.11.24", "@types/node-fetch": "^2.6.12", "rimraf": "^5.0.10", "typescript": "^5.0.0" } }