mirror of
https://github.com/koush/scrypted.git
synced 2026-02-08 08:19:56 +00:00
31 lines
622 B
JSON
31 lines
622 B
JSON
{
|
|
"name": "scrypted",
|
|
"version": "1.0.31",
|
|
"description": "",
|
|
"main": "dist/main.js",
|
|
"bin": {
|
|
"scrypted": "dist/main.js"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "npm run build",
|
|
"build": "tsc",
|
|
"start": "node dist/main.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.21.4",
|
|
"mkdirp": "^1.0.4",
|
|
"readline-sync": "^1.4.10",
|
|
"rimraf": "^3.0.2",
|
|
"tslib": "^2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.4.3",
|
|
"ts-node": "^10.2.1",
|
|
"@types/mkdirp": "^1.0.2",
|
|
"@types/readline-sync": "^1.4.4",
|
|
"@types/rimraf": "^3.0.2"
|
|
}
|
|
}
|