UNPKG

system-initiative-api-client

Version:

TypeScript/JavaScript SDK for the System Initiative Public API

60 lines (59 loc) 1.33 kB
{ "name": "system-initiative-api-client", "version": "1.0.6", "description": "TypeScript/JavaScript SDK for the System Initiative Public API", "author": "System Initiative <support@systeminit.com>", "repository": { "type": "git", "url": "https://github.com/systeminit/si" }, "homepage": "https://systeminit.com", "bugs": { "url": "https://github.com/systeminit/si/issues" }, "keywords": [ "axios", "typescript", "javascript", "openapi", "api-client", "system-initiative", "infrastructure-as-code" ], "license": "Apache-2.0", "main": "./dist/cjs/index.js", "types": "./dist/cjs/index.d.ts", "module": "./dist/esm/index.js", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js", "types": "./dist/cjs/index.d.ts" } }, "sideEffects": false, "scripts": { "build": "tsc -p tsconfig.json && tsc -p tsconfig.esm.json", "prepare": "npm run build", "test": "echo \"No tests yet\"" }, "dependencies": { "axios": "^1.6.1" }, "devDependencies": { "@types/node": "^18.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" }, "files": [ "dist/cjs", "README.md", "LICENSE", "package.json" ] }