mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
73 lines
2.3 KiB
JSON
73 lines
2.3 KiB
JSON
{
|
|
"name": "@scrypted/server",
|
|
"version": "0.144.2",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@scrypted/ffmpeg-static": "^6.1.0-build3",
|
|
"@scrypted/node-pty": "^1.0.25",
|
|
"@scrypted/types": "^0.5.52",
|
|
"adm-zip": "^0.5.16",
|
|
"body-parser": "^2.2.0",
|
|
"cookie-parser": "^1.4.7",
|
|
"dotenv": "^16.5.0",
|
|
"engine.io": "^6.6.4",
|
|
"express": "^5.1.0",
|
|
"follow-redirects": "^1.15.9",
|
|
"http-auth": "^4.2.1",
|
|
"level": "^10.0.0",
|
|
"lodash": "^4.17.21",
|
|
"mime-types": "^3.0.1",
|
|
"node-dijkstra": "^2.5.0",
|
|
"node-forge": "^1.3.1",
|
|
"node-gyp": "^11.2.0",
|
|
"py": "npm:@bjia56/portable-python@^0.1.141",
|
|
"semver": "^7.7.2",
|
|
"sharp": "^0.34.2",
|
|
"source-map-support": "^0.5.21",
|
|
"tar": "^7.4.3",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.8.3",
|
|
"whatwg-mimetype": "^4.0.0",
|
|
"ws": "^8.18.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/adm-zip": "^0.5.7",
|
|
"@types/cookie-parser": "^1.4.9",
|
|
"@types/express": "^5.0.3",
|
|
"@types/follow-redirects": "^1.14.4",
|
|
"@types/http-auth": "^4.1.4",
|
|
"@types/lodash": "^4.17.17",
|
|
"@types/mime-types": "^3.0.1",
|
|
"@types/node": "^24.0.3",
|
|
"@types/node-dijkstra": "^2.5.6",
|
|
"@types/node-forge": "^1.3.11",
|
|
"@types/semver": "^7.7.0",
|
|
"@types/source-map-support": "^0.5.10",
|
|
"@types/whatwg-mimetype": "^3.0.2",
|
|
"@types/ws": "^8.18.1",
|
|
"rimraf": "^6.0.1"
|
|
},
|
|
"bin": {
|
|
"scrypted-serve": "bin/scrypted-serve"
|
|
},
|
|
"main": "dist/scrypted-main-exports.js",
|
|
"types": "dist/scrypted-main-exports.d.ts",
|
|
"scripts": {
|
|
"postinstall": "node bin/postinstall",
|
|
"preserve": "npm run build",
|
|
"serve": "node --expose-gc dist/scrypted-main.js",
|
|
"serve-no-build": "node --expose-gc dist/scrypted-main.js",
|
|
"prebuild": "rimraf dist",
|
|
"build": "tsc --build tsconfig.json",
|
|
"postbuild": "node test/check-build-output.js",
|
|
"beta": "npm publish --tag beta",
|
|
"postbeta": "npm version patch && git add package.json && npm run build && git commit -m postbeta",
|
|
"release": "npm publish",
|
|
"prepublishOnly": "npm run build",
|
|
"postrelease": "git tag v$npm_package_version && git push origin v$npm_package_version && npm version minor && git add package.json && git commit -m postrelease",
|
|
"docker": "scripts/github-workflow-publish-docker.sh"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|