mirror of
https://github.com/koush/scrypted.git
synced 2026-02-08 16:29:57 +00:00
41 lines
985 B
JSON
41 lines
985 B
JSON
{
|
|
"name": "scrypted",
|
|
"version": "1.0.67",
|
|
"description": "",
|
|
"main": "./dist/main.js",
|
|
"bin": {
|
|
"scrypted": "./dist/main.js"
|
|
},
|
|
"scripts": {
|
|
"prebuild": "rimraf dist",
|
|
"build": "tsc --outDir dist",
|
|
"prepublishOnly": "npm run build",
|
|
"start": "node ./dist/packages/cli/src/main.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@scrypted/client": "^1.1.43",
|
|
"@scrypted/types": "^0.2.66",
|
|
"adm-zip": "^0.5.10",
|
|
"axios": "^0.21.4",
|
|
"engine.io-client": "^5.2.0",
|
|
"ip": "^1.1.8",
|
|
"mkdirp": "^1.0.4",
|
|
"readline-sync": "^1.4.10",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.8",
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^1.0.2",
|
|
"@types/node": "^18.14.2",
|
|
"@types/readline-sync": "^1.4.4",
|
|
"@types/rimraf": "^3.0.2",
|
|
"@types/semver": "^7.3.13",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|