{ "name": "pigallery2", "version": "1.9.3", "description": "This is a photo gallery optimised for running low resource servers (especially on raspberry pi)", "author": "Patrik J. Braun", "homepage": "https://github.com/bpatrik/PiGallery2", "license": "MIT", "main": "./src/backend/index.js", "bin": "./src/backend/index.js", "scripts": { "build": "tsc && gulp build-prod", "build-en": "tsc && gulp build-prod --languages=en", "create-release": "gulp create-release", "build-backend": "tsc", "pretest": "tsc", "test": "ng test && nyc mocha --recursive test", "lint": "tslint -p tsconfig.json -c tslint.json src/**/**.ts test/**/**.ts", "coverage": "nyc report --reporter=text-lcov | coveralls", "start": "node ./src/backend/index", "run-dev": "ng build --configuration=dev", "build-stats": "ng build --stats-json", "analyze": "webpack-bundle-analyzer dist/en/stats.json", "merge-new-translation": "gulp merge-new-translation", "generate-man": "gulp generate-man" }, "repository": { "type": "git", "url": "git+https://github.com/bpatrik/PiGallery2.git" }, "bugs": { "url": "https://github.com/bpatrik/PiGallery2/issues" }, "dependencies": { "archiver": "5.3.0", "bcrypt": "5.0.1", "better-sqlite3": "7.5.0", "cookie-parser": "1.4.6", "cookie-session": "2.0.0", "csurf": "1.11.0", "ejs": "3.1.6", "exifreader": "4.4.0", "express": "4.17.3", "express-unless": "1.0.0", "fluent-ffmpeg": "2.1.2", "image-size": "1.0.1", "jimp": "0.16.1", "locale": "0.1.0", "node-geocoder": "4.0.0", "reflect-metadata": "0.1.13", "sharp": "0.30.3", "ts-exif-parser": "0.2.2", "ts-node-iptc": "1.0.11", "typeconfig": "2.0.21", "typeorm": "0.3.4" }, "devDependencies": { "@angular-devkit/build-angular": "12.2.16", "@angular-devkit/build-optimizer": "0.1202.16", "@angular/animations": "12.2.16", "@angular/cli": "12.2.16", "@angular/common": "12.2.16", "@angular/compiler": "12.2.16", "@angular/compiler-cli": "12.2.16", "@angular/core": "12.2.16", "@angular/forms": "12.2.16", "@angular/language-service": "12.2.16", "@angular/localize": "12.2.16", "@angular/platform-browser": "12.2.16", "@angular/platform-browser-dynamic": "12.2.16", "@angular/router": "12.2.16", "@asymmetrik/ngx-leaflet": "8.1.0", "@asymmetrik/ngx-leaflet-markercluster": "5.0.1", "@ngx-loading-bar/core": "5.1.2", "@types/archiver": "5.3.1", "@types/bcrypt": "5.0.0", "@types/bcryptjs": "2.4.2", "@types/chai": "4.3.0", "@types/cookie-parser": "1.4.2", "@types/cookie-session": "2.0.44", "@types/csurf": "1.11.2", "@types/ejs": "3.1.0", "@types/express": "4.17.13", "@types/express-jwt": "6.0.4", "@types/fluent-ffmpeg": "2.1.20", "@types/gulp": "4.0.9", "@types/gulp-zip": "4.0.2", "@types/image-size": "0.8.0", "@types/jasmine": "4.0.0", "@types/jsonwebtoken": "8.5.8", "@types/leaflet": "1.7.9", "@types/leaflet.markercluster": "1.4.6", "@types/node": "17.0.23", "@types/node-geocoder": "3.24.4", "@types/sharp": "0.30.0", "@types/winston": "2.4.4", "@types/xml2js": "0.4.9", "bootstrap": "4.6.1", "chai": "4.3.6", "chai-http": "4.3.0", "codelyzer": "6.0.2", "core-js": "3.21.1", "coveralls": "^3.1.1", "deep-equal-in-any-order": "1.1.15", "ejs-loader": "0.5.0", "gulp": "4.0.2", "gulp-json-editor": "2.5.6", "gulp-typescript": "5.0.1", "gulp-zip": "5.1.0", "hammerjs": "2.0.8", "intl": "1.2.5", "jasmine-core": "4.0.1", "jw-bootstrap-switch-ng2": "2.0.5", "karma": "6.3.17", "karma-chrome-launcher": "3.1.1", "karma-coverage": "2.2.0", "karma-jasmine": "4.0.2", "karma-jasmine-html-reporter": "1.7.0", "leaflet": "1.7.1", "leaflet.markercluster": "1.5.3", "mocha": "9.2.2", "ngx-bootstrap": "6.2.0", "ngx-clipboard": "14.0.2", "ngx-cookie-service": "12.0.3", "ngx-device-detector": "3.0.0", "ngx-markdown": "12.1.0", "ngx-toastr": "12.1.0", "nyc": "15.1.0", "open-iconic": "1.1.1", "rxjs": "6.6.7", "rxjs-compat": "6.6.7", "ts-helpers": "1.1.2", "ts-node": "10.7.0", "tslint": "6.1.3", "web-animations-js": "2.3.2", "webpack-bundle-analyzer": "4.5.0", "xlf-google-translate": "1.0.0-beta.22", "xml2js": "0.4.23", "zone.js": "0.11.5" }, "//": { "TODO": "sharp 0.28.1 fails arm/v7 build as Prebuilt libvips 8.10.6 binaries are not yet available for linuxmusl-armv7. https://sharp.pixelplumbing.com/install" }, "optionalDependencies": { "ffmpeg-static": "5.0.0", "ffprobe-static": "3.0.0", "mysql": "2.18.1" }, "engines": { "node": ">=16 <17.0" } }