mirror of
https://github.com/koush/scrypted.git
synced 2026-02-10 17:22:03 +00:00
16 lines
284 B
JSON
16 lines
284 B
JSON
{
|
|
"name": "@scrypted/types",
|
|
"version": "0.0.39",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"prepublishOnly": "npm run build",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"types": "index.d.ts"
|
|
}
|