Files
scrypted/sdk/types/package.json
Koushik Dutta 3574e72e4f sdk: publish
2025-07-05 07:30:04 -07:00

17 lines
372 B
JSON

{
"name": "@scrypted/types",
"version": "0.5.25",
"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": "^5.3.0"
}
}