UNPKG

@usegrant/sdk

Version:

TypeSafe TypeScript SDK for accessing the UseGrant REST API

74 lines (73 loc) 1.63 kB
{ "name": "@usegrant/sdk", "version": "2.1.0", "description": "TypeSafe TypeScript SDK for accessing the UseGrant REST API", "license": "Apache-2.0", "author": "sibiraj-s", "homepage": "https://usegrant.dev", "repository": "github:usegranthq/sdk", "bugs": "https://github.com/usegranthq/sdk/issues", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", "keywords": [ "usegrant", "sdk", "oidc", "machine-to-machine", "oauth2" ], "exports": { ".": { "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "default": "./dist/index.js" }, "./schema": { "require": { "types": "./dist/schema.d.cts", "default": "./dist/schema.cjs" }, "import": { "types": "./dist/schema.d.ts", "default": "./dist/schema.js" }, "default": "./dist/schema.js" } }, "types": "dist/index.d.ts", "files": [ "dist" ], "publishConfig": { "provenance": true, "access": "public" }, "scripts": { "test": "vitest", "build": "tsdown", "postbuild": "publint", "prepare": "husky" }, "dependencies": { "ky": "^1.8.1", "zod": "^3.25.73" }, "devDependencies": { "@changesets/cli": "^2.29.5", "husky": "^9.1.7", "lint-staged": "^16.1.2", "oxlint": "^1.5.0", "prettier": "^3.6.2", "publint": "^0.3.12", "tsdown": "^0.12.9", "typescript": "^5.8.3", "vitest": "^3.2.4" } }