mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 00:39:56 +00:00
19 lines
433 B
JSON
19 lines
433 B
JSON
{
|
|
"name": "@scrypted/types",
|
|
"version": "0.3.28",
|
|
"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": "^18.19.15",
|
|
"rimraf": "^3.0.2",
|
|
"ts-node": "^10.9.1"
|
|
},
|
|
"types": "dist/index.d.ts"
|
|
}
|