Files
scrypted/sdk/types/package.json
2025-07-16 10:18:13 -07:00

17 lines
372 B
JSON

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