mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 06:03:27 +00:00
25 lines
535 B
JSON
25 lines
535 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/server": "file:../server",
|
|
"http-auth-utils": "^3.0.2",
|
|
"node-fetch-commonjs": "^3.1.1",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.8",
|
|
"ts-node": "^10.9.2"
|
|
}
|
|
}
|