Files
scrypted/server/package.json
Koushik Dutta a31d6482af postbeta
2023-06-08 09:12:21 -07:00

79 lines
2.4 KiB
JSON

{
"name": "@scrypted/server",
"version": "0.38.0",
"description": "",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.10",
"@scrypted/types": "^0.2.93",
"adm-zip": "^0.5.10",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"debug": "^4.3.4",
"engine.io": "^6.4.2",
"express": "^4.18.2",
"ffmpeg-static": "^5.1.0",
"http-auth": "^4.2.0",
"ip": "^1.1.8",
"level": "^8.0.0",
"linkfs": "^2.1.0",
"lodash": "^4.17.21",
"memfs": "^3.5.2",
"mime": "^3.0.0",
"nan": "^2.17.0",
"node-dijkstra": "^2.5.0",
"node-forge": "^1.3.1",
"node-gyp": "^9.3.1",
"router": "^1.3.8",
"semver": "^7.5.1",
"source-map-support": "^0.5.21",
"tar": "^6.1.15",
"tslib": "^2.5.3",
"typescript": "^5.1.3",
"whatwg-mimetype": "^3.0.0",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@types/cookie-parser": "^1.4.3",
"@types/debug": "^4.1.8",
"@types/express": "^4.17.17",
"@types/http-auth": "^4.1.1",
"@types/ip": "^1.1.0",
"@types/lodash": "^4.14.195",
"@types/mime": "^3.0.1",
"@types/node-dijkstra": "^2.5.3",
"@types/node-forge": "^1.3.2",
"@types/pem": "^1.9.6",
"@types/semver": "^7.5.0",
"@types/source-map-support": "^0.5.6",
"@types/tar": "^6.1.5",
"@types/whatwg-mimetype": "^3.0.0",
"@types/ws": "^8.5.4"
},
"optionalDependencies": {
"node-pty-prebuilt-multiarch": "^0.10.1-pre.5"
},
"bin": {
"scrypted-serve": "bin/scrypted-serve"
},
"main": "dist/scrypted-main-exports.js",
"types": "dist/scrypted-main-exports.d.ts",
"scripts": {
"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 minor && 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"
}