Files

80 lines
2.4 KiB
JSON
Raw Permalink Normal View History

2019-03-27 02:03:26 +11:00
{
2024-10-26 20:54:35 -04:00
"name": "@luxfi/pics",
2024-07-16 20:23:23 +10:00
"version": "1.6.2",
2024-06-11 14:42:56 +10:00
"migrateVersion": "1.6.0",
2019-03-27 02:03:26 +11:00
"description": "",
"main": "server.js",
"dependencies": {
"@fatchan/express-fileupload": "^1.4.5",
"@fatchan/gm": "^1.3.2",
"@socket.io/redis-adapter": "^7.2.0",
2023-10-25 23:31:14 +11:00
"bcrypt": "^5.1.1",
"big-bitfield": "^1.2.1",
"bull": "^3.29.3",
2020-07-26 00:21:27 +10:00
"cache-pug-templates": "^2.0.3",
2022-03-29 22:46:26 +11:00
"connect-redis": "^6.1.3",
"cookie-parser": "^1.4.6",
2020-02-01 15:02:17 +11:00
"csurf": "^1.11.0",
2022-11-10 22:19:00 +11:00
"del": "^6.1.1",
2020-02-04 11:18:48 +11:00
"dnsbl": "^3.2.0",
2022-11-10 22:19:00 +11:00
"express": "^4.18.2",
2022-05-16 18:06:43 +10:00
"express-session": "^1.17.3",
2022-11-10 22:19:00 +11:00
"file-type": "^16.5.4",
2019-04-02 15:20:06 +00:00
"fluent-ffmpeg": "^2.1.2",
2021-10-10 09:45:24 +00:00
"form-data": "^4.0.0",
2022-04-20 18:17:04 +10:00
"fs-extra": "^10.1.0",
2019-05-29 15:36:18 +00:00
"gulp": "^4.0.2",
2020-03-24 23:15:35 +11:00
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-less": "^5.0.0",
2021-10-20 08:19:26 +00:00
"gulp-pug": "^5.0.0",
2021-04-14 01:44:23 +00:00
"gulp-real-favicon": "^0.3.2",
2022-12-29 14:54:31 +11:00
"gulp-replace": "^1.1.4",
"gulp-uglify-es": "^3.0.0",
2023-10-25 23:31:14 +11:00
"highlight.js": "^11.9.0",
2023-01-14 22:47:30 +11:00
"i18n": "^0.15.1",
"i18n-iso-countries": "^6.8.0",
"iconv-lite": "^0.6.3",
"imghash": "^0.0.9",
2022-03-29 22:46:26 +11:00
"ioredis": "^4.28.5",
"ip6addr": "^0.2.5",
2023-10-25 23:31:14 +11:00
"mongodb": "^4.17.1",
"node-fetch": "^2.7.0",
"otpauth": "^9.2.0",
2023-06-18 16:19:46 +10:00
"pm2": "^5.3.0",
"pug": "^3.0.2",
2023-06-18 16:19:46 +10:00
"qrcode": "^1.5.3",
2022-03-29 22:46:26 +11:00
"redlock": "^4.2.0",
2023-06-30 18:45:14 +10:00
"sanitize-html": "^2.11.0",
"saslprep": "^1.0.3",
"semver": "^7.5.4",
2023-10-25 23:31:14 +11:00
"socket.io": "^4.7.2",
2022-11-10 22:19:00 +11:00
"socks-proxy-agent": "^6.2.1",
"uid-safe": "^2.1.5",
2023-06-18 13:35:25 +10:00
"unix-crypt-td-js": "^1.1.4",
"web3": "^4.2.2",
2023-10-25 23:31:14 +11:00
"web3-eth-accounts": "^4.1.0",
"web3-utils": "^4.0.7"
},
2022-04-06 18:49:59 +10:00
"devDependencies": {
"eslint": "^8.55.0",
2022-11-10 22:19:00 +11:00
"eslint-plugin-jest": "^26.9.0",
"jest": "^27.5.1",
"jest-cli": "^27.5.1",
2022-05-16 18:06:43 +10:00
"jest-junit": "^13.2.0"
2022-04-06 18:49:59 +10:00
},
2019-03-27 02:03:26 +11:00
"scripts": {
"test": "npm run test:unit",
"test:unit": "jest --verbose --testPathIgnorePatterns=./test/",
"test:coverage": "jest --verbose --testPathIgnorePatterns=./test/ --collectCoverage --coverageReporters cobertura",
"test:integration-verbose": "jest --verbose --detectOpenHandles --testPathPattern=./test/",
"test:integration": "jest --testPathPattern=./test/",
"test:all": "jest --verbose",
"setup": "npm i --location=global pm2 gulp && gulp generate-favicon && gulp default",
"start": "pm2 start ecosystem.config.js --env production",
2024-10-15 16:04:14 -07:00
"dev": "pm2 start ecosystem.config.js --env development"
2019-03-27 02:03:26 +11:00
},
2022-12-20 13:37:10 +11:00
"author": "Thomas Lynch (fatchan) <tom@69420.me>",
2021-04-05 18:38:00 +10:00
"license": "AGPL-3.0-only"
2019-03-27 02:03:26 +11:00
}