mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 06:03:27 +00:00
25 lines
523 B
JSON
25 lines
523 B
JSON
{
|
|
"name": "@scrypted/common",
|
|
"private": true,
|
|
"version": "1.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@scrypted/sdk": "file:../sdk",
|
|
"@scrypted/types": "^0.5.27",
|
|
"http-auth-utils": "^5.0.1",
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.19.11",
|
|
"monaco-editor": "^0.50.0",
|
|
"ts-node": "^10.9.2"
|
|
}
|
|
}
|