UNPKG

nsfw-api

Version:
113 lines (112 loc) 3.3 kB
{ "name": "nsfw-api", "version": "1.0.99", "description": "NodeJS Sequelize FrameWork API", "main": "dist/src/index.js", "scripts": { "start": "npm run build && node dist/src/development.js", "build": "rm -rf ./dist/ && webpack --mode development", "migrate": "export NODE_ENV=production && npx sequelize-cli db:migrate", "doc": "./node_modules/.bin/apidoc -i src/ -i doc/customDocumentation/ -o doc/", "upload": "npm run build && rm -rf ./dist/src/development.js && npm version patch && npm publish" }, "apidoc": { "template": { "forceLanguage": "en" } }, "repository": { "type": "git", "url": "git+https://github.com/NilsBaumgartner1994/NSFW-API.git" }, "keywords": [ "sequelize", "api", "framwork" ], "bugs": { "url": "https://github.com/NilsBaumgartner1994/NSFW-API/issues" }, "homepage": "https://github.com/NilsBaumgartner1994/NSFW-API#readme", "author": "Nils Baumgartner", "license": "MIT", "dependencies": { "@babel/plugin-proposal-dynamic-import": "^7.12.1", "@babel/plugin-proposal-export-namespace-from": "^7.12.1", "accesscontrol": "^2.2.1", "apidoc": "^0.25.0", "attachments": "^0.7.1", "babel-polyfill": "^6.26.0", "base-64": "^0.1.0", "bcrypt": "^3.0.6", "benchmark": "^2.1.4", "compress": "^0.99.0", "compressing": "^1.5.0", "console-clear": "^1.1.1", "cors": "^2.8.5", "dateformat": "^3.0.3", "decompress": "^4.2.1", "ejs": "^2.6.2", "express": "^4.17.1", "express-async-handler": "^1.1.4", "express-basic-auth": "^1.2.0", "express-fileupload": "^1.1.6", "faker": "^4.1.0", "file-system": "^2.2.2", "firebase-admin": "^8.13.0", "form-data": "^3.0.0", "fs": "0.0.1-security", "fs-extra": "^9.0.1", "geg-auth-adapter": "^1.0.1", "helmet": "^3.23.3", "http-status-codes": "^1.3.2", "http2": "^3.3.7", "jimp": "^0.14.0", "jsonwebtoken": "^8.5.1", "jssoup": "0.0.10", "ldap-authentication": "^2.2.4", "ldapauth-fork": "^4.3.3", "luxon": "^1.23.0", "moment": "^2.24.0", "moment-timezone": "^0.5.28", "multer": "^1.4.1", "mysql": "^2.18.1", "mysql-import": "^2.0.2", "mysql2": "^1.6.5", "native-base-web": "0.0.5", "net": "^1.0.2", "node-fetch": "^2.6.1", "node-schedule": "^1.3.2", "nodemailer": "^6.4.6", "nsfw-proxy": "^1.0.4", "path": "^0.12.7", "rand-token": "^1.0.1", "redis": "^2.8.0", "redis-server": "^1.2.2", "sequelize": "5.22.3", "sequelize-cli": "5.5.1", "sequelize-file": "^0.3.0", "sqlite3": "^4.2.0", "systeminformation": "^4.30.1", "tls": "0.0.1", "util": "^0.12.0", "webpack": "^4.35.0", "winston": "^3.3.3", "winston-daily-rotate-file": "^3.10.0", "xml2js": "^0.4.22" }, "devDependencies": { "@babel/core": "^7.4.5", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/preset-env": "^7.4.5", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.6", "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", "nsfw-auth-studip": "^1.0.5", "webpack": "^4.43.0", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0", "webpack-node-externals": "^1.7.2" } }