Shinobi/package.json

93 lines
2.8 KiB
JSON
Raw Normal View History

2018-06-09 23:34:06 +00:00
{
"name": "shinobi",
"productName": "Shinobi",
"version": "2.0.0",
"description": "CCTV and NVR in Node.js",
2018-06-09 23:34:06 +00:00
"main": "camera.js",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Shinobi-Systems/Shinobi.git"
2018-06-09 23:34:06 +00:00
},
"author": "Moe Alam, Shinobi Systems",
2018-06-09 23:34:06 +00:00
"bugs": {
"url": "https://gitlab.com/Shinobi-Systems/Shinobi/issues"
2018-06-09 23:34:06 +00:00
},
"homepage": "https://gitlab.com/Shinobi-Systems/Shinobi#readme",
2018-06-09 23:34:06 +00:00
"dependencies": {
2022-12-21 19:26:45 +00:00
"@aws-sdk/client-s3": "^3.226.0",
2022-10-30 05:40:55 +00:00
"async": "^3.2.2",
2020-08-12 18:18:35 +00:00
"body-parser": "^1.19.0",
2022-03-29 03:23:14 +00:00
"bson": "^4.6.1",
2020-08-12 18:18:35 +00:00
"connection-tester": "^0.2.0",
2022-12-03 18:37:56 +00:00
"cors": "^2.8.5",
"cws": "^2.0.0",
"digest-fetch": "^1.2.1",
2022-07-23 18:41:34 +00:00
"discord.js": "^12.2.0",
ejs upgrade 3.1.9 Changes done by @shermdog commit b0bb0227131eeb54a7b75663338c13b96b76c32a Author: Moe <github@m03.ca> Date: Sun Jan 7 15:26:39 2024 -0800 add latest dev changes to ejs-upgrade commit b45c902cf7a6ff73f9b54feeecccb96c6d45719b Author: Moe <github@m03.ca> Date: Sun Jan 7 11:01:59 2024 -0800 Update install_nodejs.sh commit 2f283f6d48cb016f17b82bd5bd78faefe0b9a41f Author: Moe <github@m03.ca> Date: Sun Jan 7 11:01:53 2024 -0800 make backblaze errors not return file buffer with error commit 5446948880e50afafffa881a642b8b1db2b7f442 Author: Moe <github@m03.ca> Date: Sun Jan 7 11:01:18 2024 -0800 attempt fixing docker pipeline for arm64v8 commit 0aa0bb77779a70027fd9094b5db47ed292d011ba Author: Moe <github@m03.ca> Date: Fri Jan 5 11:38:54 2024 -0800 discord bot reconnect when network reconnect commit c4749c8c3b98026b275913159d3f158d46c1f6f0 Author: Moe <github@m03.ca> Date: Tue Jan 2 10:04:58 2024 -0800 fix syntax error in childUtils.js+ commit 5fc5d32dff9d351b3bfc4993dfd5fc95a855437f Author: Moe <github@m03.ca> Date: Mon Jan 1 10:38:40 2024 -0800 fix syntax error in childUtils.js commit 56d1d22499db1a86fbb0e1cebc25e8865ca3de5a Merge: 0b6fe3c5 ba80ac8d Author: Moe <github@m03.ca> Date: Mon Jan 1 18:30:31 2024 +0000 Merge branch 'ejs_upgrade' into 'ejs-upgrade-shermdog' ejs upgrade 3.1.9 See merge request Shinobi-Systems/Shinobi!492 commit ba80ac8d2a1e890ee61a9eb579bd5ec4b31faf92 Author: Rick Sherman <rick@shermdog.com> Date: Thu Dec 28 15:52:33 2023 -0600 ejs upgrade 3.1.9 This commit upgrades ejs to the 3.x series
2024-02-27 03:15:11 +00:00
"ejs": "^3.1.9",
2024-10-25 19:15:49 +00:00
"engine.io": "^6.6.2",
"express": "^4.21.1",
2022-08-04 12:21:56 +00:00
"express-fileupload": "^1.4.0",
2022-09-24 21:23:47 +00:00
"form-data": "^4.0.0",
"fs-extra": "9.0.1",
"googleapis": "^100.0.0",
2022-10-30 05:40:55 +00:00
"http-proxy": "^1.18.1",
2018-06-09 23:34:06 +00:00
"jsonfile": "^3.0.1",
2024-05-18 04:45:30 +00:00
"knex": "^3.1.0",
"ldapauth-fork": "^5.0.2",
2023-03-29 16:36:49 +00:00
"marked": "^4.3.0",
2022-08-04 12:21:56 +00:00
"moment": "^2.29.4",
"mp4frag": "^0.6.1",
2022-06-06 21:00:22 +00:00
"mqtt": "^4.3.7",
"mysql": "^2.18.1",
2024-05-18 04:45:30 +00:00
"mysql2": "^3.9.7",
"node-abort-controller": "^3.0.1",
"node-fetch": "^2.6.7",
2024-10-05 19:29:26 +00:00
"node-shinobi": "^1.0.4",
"node-ssh": "^12.0.4",
2022-10-30 05:40:55 +00:00
"nodemailer": "^6.7.1",
2024-05-20 20:46:30 +00:00
"onvif": "^0.7.1",
2021-12-13 02:50:58 +00:00
"pam-diff": "^1.1.0",
2018-06-09 23:34:06 +00:00
"path": "^0.12.7",
"pipe2pam": "^0.6.2",
2021-12-13 02:50:58 +00:00
"pixel-change": "^1.1.0",
"pushover-notifications": "^1.2.2",
"sat": "^0.7.1",
"shinobi-backblaze-b2": "^1.7.1",
"shinobi-node-moving-things-tracker": "^0.9.5",
"shinobi-onvif": "0.2.2",
"shinobi-sound-detection": "^0.1.13",
"shinobi-zwave": "^1.0.11",
2024-01-09 21:47:27 +00:00
"smtp-server": "^3.13.0",
2024-10-06 00:22:20 +00:00
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0",
"tree-kill": "1.2.2",
"unzipper": "0.10.11"
2018-06-09 23:34:06 +00:00
},
2020-05-10 00:27:44 +00:00
"bin": "camera.js",
"scripts": {
"test": "node camera.js test",
"start": "chmod +x INSTALL/start.sh && INSTALL/start.sh",
"package": "pkg package.json -t linux,macos,win --out-path dist",
"package-x64": "pkg package.json -t linux-x64,macos-x64,win-x64 --out-path dist/x64",
"package-x86": "pkg package.json -t linux-x86,macos-x86,win-x86 --out-path dist/x86",
"package-armv6": "pkg package.json -t linux-armv6,macos-armv6,win-armv6 --out-path dist/armv6",
"package-armv7": "pkg package.json -t linux-armv7,macos-armv7,win-armv7 --out-path dist/armv7",
"package-all": "npm run package && npm run package-x64 && npm run package-x86 && npm run package-armv6 && npm run package-armv7"
2019-07-10 19:41:18 +00:00
},
2020-05-10 00:27:44 +00:00
"pkg": {
"targets": [
2022-06-04 18:40:32 +00:00
"node16"
2020-05-10 00:27:44 +00:00
],
2021-05-22 16:25:29 +00:00
"scripts": [
2021-12-13 02:50:58 +00:00
"libs/cameraThread/detector.js",
"libs/cameraThread/singleCamera.js",
"libs/cameraThread/snapshot.js"
2021-05-22 16:25:29 +00:00
],
2020-05-10 00:27:44 +00:00
"assets": [
2021-05-22 16:25:29 +00:00
"definitions/**/*",
"languages/**/*",
"web/**/*"
2020-05-10 00:27:44 +00:00
]
2019-07-10 19:41:18 +00:00
}
2018-06-09 23:34:06 +00:00
}