@governs-ai/sdk
Version:
TypeScript SDK for GovernsAI - AI governance platform
61 lines (60 loc) • 1.39 kB
JSON
{
"name": "@governs-ai/sdk",
"version": "1.0.0-alpha.12",
"description": "TypeScript SDK for GovernsAI - AI governance platform",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"prepublishOnly": "npm run build"
},
"keywords": [
"ai",
"governance",
"sdk",
"typescript",
"precheck",
"budget",
"confirmation"
],
"author": "GovernsAI",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.0"
},
"dependencies": {
"uuid": "^9.0.0"
},
"peerDependencies": {
"typescript": ">=4.5.0"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/governs-ai/typescript-sdk.git"
},
"bugs": {
"url": "https://github.com/governs-ai/typescript-sdk/issues"
},
"homepage": "https://github.com/governs-ai/typescript-sdk#readme"
}