mirror of
https://github.com/koush/scrypted.git
synced 2026-02-08 08:19:56 +00:00
19 lines
357 B
JSON
19 lines
357 B
JSON
{
|
|
"name": "@scrypted/common",
|
|
"version": "1.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@scrypted/sdk": "file:../sdk",
|
|
"typescript": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.9.0"
|
|
}
|
|
}
|