mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 08:42:19 +00:00
29 lines
560 B
JSON
29 lines
560 B
JSON
{
|
|
"name": "scrypted",
|
|
"version": "1.0.13",
|
|
"description": "",
|
|
"main": "dist/main.js",
|
|
"bin": {
|
|
"scrypted": "dist/main.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/main.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@scrypted/sdk": "^0.0.79",
|
|
"axios": "^0.21.4",
|
|
"mkdirp": "^1.0.4",
|
|
"readline-sync": "^1.4.10",
|
|
"ts-node": "^10.2.1",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^1.0.2",
|
|
"@types/readline-sync": "^1.4.4"
|
|
}
|
|
}
|