UNPKG

@opengis/fastify-table

Version:

core-plugins

60 lines 1.62 kB
{ "name": "@opengis/fastify-table", "version": "1.4.41", "type": "module", "description": "core-plugins", "keywords": [ "fastify", "table", "crud", "pg", "backend" ], "main": "index.js", "files": [ "server/*", "index.js", "utils.js", "config.js", "dblist.js", "redactionList.js" ], "scripts": { "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "test": "node --test", "test:helpers": "node --test .\\test\\helpers", "test:routes": "node --test .\\test\\routes", "test:functions": "node --test .\\test\\functions", "compress": "node compress.js", "dev1": "set NODE_ENV=dev&& node server.js", "dev": "node --env-file=.env.dev --env-file=.env server", "start": "node --env-file=.env.dev server" }, "dependencies": { "@aws-sdk/client-s3": "3.554.0", "@fastify/http-proxy": "11.1.2", "@fastify/multipart": "9.0.3", "@grpc/grpc-js": "1.10.6", "@grpc/proto-loader": "0.7.12", "dotenv": "16.5.0", "fastify": "5.3.3", "fastify-plugin": "5.0.1", "handlebars": "4.7.8", "image-size": "1.2.0", "ioredis": "5.3.2", "js-yaml": "4.1.0", "markdown-it": "14.1.0", "pg": "8.11.3", "pino": "9.5.0", "pino-abstract-transport": "2.0.0", "promised-handlebars": "2.0.1", "qrcode": "1.5.4", "uglify-js": "3.19.3" }, "devDependencies": { "eslint": "^8.49.0", "eslint-config-airbnb": "^19.0.4" }, "author": "Softpro", "license": "ISC" }