jschan - Anonymous imageboard software. Classic look, modern features and feel. Works without JavaScript and supports Tor, I2P, Lokinet, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

79 lines
2.4 KiB

{
"name": "jschan",
"version": "1.4.1",
"migrateVersion": "1.4.1",
"description": "",
"main": "server.js",
"dependencies": {
"@fatchan/express-fileupload": "^1.4.3",
"@fatchan/gm": "^1.3.2",
"@socket.io/redis-adapter": "^7.2.0",
"bcrypt": "^5.1.1",
"big-bitfield": "^1.2.1",
"bull": "^3.29.3",
"cache-pug-templates": "^2.0.3",
"connect-redis": "^6.1.3",
"cookie-parser": "^1.4.6",
"csurf": "^1.11.0",
"del": "^6.1.1",
"dnsbl": "^3.2.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"file-type": "^16.5.4",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs-extra": "^10.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-less": "^5.0.0",
"gulp-pug": "^5.0.0",
"gulp-real-favicon": "^0.3.2",
"gulp-replace": "^1.1.4",
"gulp-uglify-es": "^3.0.0",
"highlight.js": "^11.9.0",
"i18n": "^0.15.1",
"i18n-iso-countries": "^6.8.0",
"iconv-lite": "^0.6.3",
"imghash": "^0.0.9",
"ioredis": "^4.28.5",
"ip6addr": "^0.2.5",
"mongodb": "^4.17.1",
"node-fetch": "^2.7.0",
"otpauth": "^9.2.0",
"pm2": "^5.3.0",
"pug": "^3.0.2",
"qrcode": "^1.5.3",
"redlock": "^4.2.0",
"sanitize-html": "^2.11.0",
"saslprep": "^1.0.3",
"semver": "^7.5.4",
"socket.io": "^4.7.2",
"socks-proxy-agent": "^6.2.1",
"uid-safe": "^2.1.5",
"unix-crypt-td-js": "^1.1.4",
"web3": "^4.2.2",
"web3-eth-accounts": "^4.1.0",
"web3-utils": "^4.0.7"
},
"devDependencies": {
"eslint": "^8.55.0",
"eslint-plugin-jest": "^26.9.0",
"jest": "^27.5.1",
"jest-cli": "^27.5.1",
"jest-junit": "^13.2.0"
},
"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",
"start-dev": "pm2 start ecosystem.config.js --env development"
},
"author": "Thomas Lynch (fatchan) <tom@69420.me>",
"license": "AGPL-3.0-only"
}