Files
scrypted/sdk/types/package.json
Koushik Dutta 51d4aa7b3e sdk: update
2025-03-27 09:38:28 -07:00

14 lines
324 B
JSON

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