Files
scrypted/sdk/types/package.json
2024-11-15 10:02:13 -08:00

20 lines
459 B
JSON

{
"name": "@scrypted/types",
"version": "0.3.65",
"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"
},
"devDependencies": {
"@types/node": "^22.1.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"types": "dist/index.d.ts"
}