UNPKG

@flowfuse/file-server

Version:
66 lines (65 loc) 1.94 kB
{ "name": "@flowfuse/file-server", "version": "2.30.1", "description": "A basic Object Storage backend", "main": "index.js", "scripts": { "start": "node index.js", "serve": "cross-env NODE_ENV=development nodemon -w forge index.js", "lint": "eslint -c eslint.config.mjs", "lint:fix": "eslint -c eslint.config.mjs --fix", "test": "mocha test/unit/**/*_spec.js --timeout 5000", "test:nopg": "cross-env TEST_POSTGRES=false mocha test/unit/**/*_spec.js --timeout 5000" }, "bin": { "ff-file-storage": "./index.js" }, "keywords": [ "flowfuse", "object-store" ], "repository": { "type": "git", "url": "git+https://github.com/FlowFuse/file-server.git" }, "author": { "name": "FlowFuse Inc." }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/FlowFuse/file-server/issues" }, "homepage": "https://github.com/FlowFuse/file-server#readme", "dependencies": { "@aws-sdk/client-s3": "^3.388.0", "@fastify/helmet": "^13.0.2", "@node-red/util": "^3.1.0", "fastify": "^5.6.2", "fastify-healthcheck": "^5.1.0", "fastify-metrics": "^12.1.0", "fastify-plugin": "^5.1.0", "got": "^11.8.6", "pg": "^8.11.2", "pino": "^8.15.1", "pino-pretty": "^10.2.0", "semver": "^7.5.4", "sequelize": "^6.33.0", "sqlite3": "^6.0.1", "yaml": "^2.1.3" }, "devDependencies": { "@eslint/js": "^9.39.2", "cross-env": "^7.0.3", "eslint": "^9.39.2", "eslint-plugin-no-only-tests": "^3.3.0", "globals": "^16.5.0", "mocha": "^10.1.0", "mocha-cli": "^1.0.1", "neostandard": "^0.12.2", "nodemon": "^3.0.1", "should": "^13.2.3" }, "engines": { "node": ">=20.x" } }