mirror of
https://github.com/koush/scrypted.git
synced 2026-02-08 08:19:56 +00:00
14 lines
324 B
JSON
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"
|
|
}
|