UNPKG

@agility/management-sdk

Version:
41 lines 1.01 kB
{ "name": "@agility/management-sdk", "version": "0.1.32", "description": "Agility CMS Tyescript SDK for Management API.", "repository": { "type": "git", "url": "https://github.com/agility/agility-cms-management-sdk-typescript.git" }, "bugs": { "url": "https://github.com/agility/agility-cms-management-sdk-typescript/issues" }, "homepage": "https://github.com/agility/agility-cms-management-sdk-typescript#readme", "main": "dist/index.js", "scripts": { "clean": "git clean -Xf && rm -rf ./dist", "build": "tsc", "prepare": "yarn build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "typescript", "agility", "cms", "headlesscms", "management-api" ], "author": "Agility CMS", "contributors": [ "Joel Varty", "Mohit Vashishtha", "Kevin Tran", "Aaron Taylor" ], "license": "MIT", "dependencies": { "axios": "^0.27.2" }, "devDependencies": { "@types/node": "^18.11.9" } }