@osiris-ai/postgres-sdk
Version:
Osiris Postgres SDK
71 lines (70 loc) • 1.67 kB
JSON
{
"name": "@osiris-ai/postgres-sdk",
"version": "0.1.1",
"type": "module",
"description": "Osiris Postgres SDK",
"keywords": [
"mcp",
"model-context-protocol",
"ai",
"postgres",
"osiris"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"LICENSE",
"!**/*.map"
],
"sideEffects": false,
"license": "MIT",
"scripts": {
"build": "tsup && npm run types",
"types": "tsc --emitDeclarationOnly --declaration --outDir dist",
"build:watch": "tsup --watch",
"dev": "tsup --watch",
"lint": "eslint \"src/**/*.ts*\"",
"lint:fix": "eslint \"src/**/*.ts*\" --fix",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"type-check": "tsc --noEmit",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@osiris-ai/eslint-config": "workspace:*",
"@osiris-ai/typescript-config": "workspace:*",
"@types/node": "^24.0.8",
"@types/pg": "^8.15.0",
"eslint": "^8.37.0",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"dependencies": {
"axios": "^1.9.0",
"pg": "^8.15.6",
"zod": "^3.25.67"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/FetcchX/osiris-ai.git"
},
"bugs": {
"url": "https://github.com/FetcchX/osiris-ai/issues"
},
"homepage": "https://github.com/FetcchX/osiris-ai#readme",
"peerDependencies": {
"@osiris-ai/sdk": "^0.1.8"
}
}