Files
scrypted/sdk/types/package.json
Koushik Dutta 58e8772f7c sdk: publish
2023-12-01 14:17:25 -08:00

19 lines
410 B
JSON

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