Files
scrypted/sdk/types/package.json
Koushik Dutta 3c8b513c31 sdk: update
2026-01-19 21:34:46 -08:00

17 lines
372 B
JSON

{
"name": "@scrypted/types",
"version": "0.5.54",
"description": "",
"main": "dist/index.js",
"author": "",
"license": "ISC",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc --project src && rimraf dist gen && typedoc && ts-node ./src/build.ts && tsc"
},
"types": "dist/index.d.ts",
"dependencies": {
"openai": "^6.1.0"
}
}