mirror of
https://github.com/koush/scrypted.git
synced 2026-02-10 01:02:18 +00:00
20 lines
459 B
JSON
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"
|
|
}
|