fediverse-export-analyzer/package.json

69 wiersze
1.8 KiB
JSON

{
"name": "fediverse-export-analyzer",
"version": "1.0.0",
"description": "Polls for the fediverse.",
"main": "server.js",
"type": "module",
"scripts": {
"start": "node server.js",
"dev": "nodemon -L server.js",
"gulp": "CHOKIDAR_USEPOLLING=true gulp -f gulpfile.cjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Stefan Bohacek",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"babelify": "^10.0.0",
"body-parser": "^1.20.1",
"browserify": "^17.0.0",
"cache-manager": "^4.0.1",
"cache-manager-fs": "^1.0.9",
"color-scheme": "^1.0.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"csvtojson": "^2.0.10",
"decompress": "^4.2.1",
"dotenv": "^16.0.1",
"express": "^4.18.2",
"express-handlebars": "^6.0.7",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-less": "^5.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"hbs": "^4.2.0",
"html-metadata-parser": "^2.0.4",
"jshint-stylish": "^2.2.1",
"merge-stream": "^2.0.0",
"multer": "^1.4.5-lts.1",
"node-cache": "^5.1.2",
"node-sass": "^9.0.0",
"path": "^0.12.7",
"remove-leading-slash": "^1.0.1",
"request": "^2.88.0",
"srt": "^0.0.3",
"streamifier": "^0.1.1",
"tar": "^6.1.15",
"tar-stream": "^3.1.6",
"underscore": "^1.13.4",
"vinyl-source-stream": "^2.0.0"
},
"devDependencies": {
"gulp-jshint": "^2.1.0",
"jshint": "^2.13.6",
"nodemon": "^2.0.22"
}
}