{ "name": "@scrypted/server", "version": "0.94.44", "description": "", "dependencies": { "@mapbox/node-pre-gyp": "^1.0.11", "@scrypted/ffmpeg-static": "^6.1.0-build1", "@scrypted/types": "^0.3.28", "adm-zip": "^0.5.12", "body-parser": "^1.20.2", "cookie-parser": "^1.4.6", "dotenv": "^16.4.5", "engine.io": "^6.5.4", "express": "^4.19.1", "follow-redirects": "^1.15.6", "http-auth": "^4.2.0", "ip": "^2.0.1", "level": "^8.0.1", "lodash": "^4.17.21", "nan": "^2.19.0", "node-dijkstra": "^2.5.0", "node-forge": "^1.3.1", "node-gyp": "^10.0.1", "py": "npm:@bjia56/portable-python@^0.1.29", "router": "^1.3.8", "semver": "^7.6.0", "sharp": "^0.33.2", "source-map-support": "^0.5.21", "tar": "^6.2.1", "tslib": "^2.6.2", "typescript": "^5.4.3", "whatwg-mimetype": "^4.0.0", "ws": "^8.16.0" }, "devDependencies": { "@types/adm-zip": "^0.5.5", "@types/cookie-parser": "^1.4.7", "@types/express": "^4.17.21", "@types/follow-redirects": "^1.14.4", "@types/http-auth": "^4.1.4", "@types/ip": "^1.1.3", "@types/lodash": "^4.17.0", "@types/node-dijkstra": "^2.5.6", "@types/node-forge": "^1.3.11", "@types/semver": "^7.5.8", "@types/source-map-support": "^0.5.10", "@types/tar": "^6.1.11", "@types/whatwg-mimetype": "^3.0.2", "@types/ws": "^8.5.10" }, "optionalDependencies": { "@scrypted/node-pty": "^1.0.9" }, "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 --outDir dist", "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" }