UNPKG

atlas-app-services-admin-api

Version:
57 lines (56 loc) 1.43 kB
{ "name": "atlas-app-services-admin-api", "version": "1.5.5", "description": "OpenAPI client for Atlas App Services Admin API", "contributors": [ { "name": "Greg Fay", "url": "https://gregfay.com" }, "OpenAPI-Generator Contributors" ], "homepage": "https://gfay63.github.io/atlas-app-services-admin-api/", "repository": { "type": "git", "url": "https://github.com/gfay63/atlas-app-services-admin-api.git" }, "bugs": "https://github.com/gfay63/atlas-app-services-admin-api/issues", "funding": { "type": "github", "url": "https://github.com/sponsors/gfay63" }, "keywords": [ "MongoDB Atlas", "Atlas App Services", "Admin API", "MongoDB", "API Client", "Triggers" ], "license": "MIT", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "module": "./dist/esm/index.js", "sideEffects": false, "scripts": { "build": "tsc && tsc -p tsconfig.esm.json", "prepare": "npm run build", "docs": "typedoc --out docs src/*.ts", "test": "jest --detectOpenHandles" }, "devDependencies": { "@jest/types": "^29.6.3", "@types/dotenv": "^8.2.0", "@types/jest": "^29.5.5", "@types/node": "^20.7.1", "dotenv": "^16.3.1", "jest": "^29.7.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typedoc": "^0.25.1", "typescript": "^5.2.2" }, "dependencies": { "axios": "1.6.1" } }