{ "name": "sigma-backend", "version": "0.0.1", "description": "Backend of sigma, the new Frankiz", "scripts": { "build": "webpack --mode production", "dev": "webpack --mode development", "watch": "webpack --watch --mode development", "start": "nodemon --watch build ./build/bundle.js", "start_prod": "node ./build/bundle.js", "doc": "jsdoc --configure jsdoc_config.json", "lint": "echo 'Ambiguous! Use `npm run jslint` (lint .js files using ESLint) or `npm run tslint` (lint .ts and .js files using TSLint) instead'", "eslint": "eslint --ext .js src/ db/", "tslint": "tslint --project tsconfig.json", "tsfix": "tslint --project tsconfig.json --fix", "tsc": "tsc --project tsconfig.json", "test": "mocha --require mocha-graphql-register --require ts-node/register test/**/*.test.ts" }, "repository": { "type": "git", "url": "https://gitlab.binets.fr/br/sigma-backend" }, "author": "Binet RĂ©seau", "license": "ISC", "dependencies": { "apollo-server-express": "^2.4.8", "body-parser": "^1.18.3", "colors": "^1.3.3", "connect-ensure-login": "^0.1.1", "connect-flash": "^0.1.1", "cookie-parser": "^1.4.4", "copy-webpack-plugin": "^5.0.0", "cors": "^2.8.5", "dotenv": "^6.2.0", "express": "^4.16.4", "express-jwt": "^5.3.1", "express-session": "^1.15.6", "file-loader": "^3.0.1", "fs": "0.0.1-security", "fuse.js": "^3.4.2", "graphql": "^14.1.1", "graphql-tools": "^4.0.4", "graphql-voyager": "^1.0.0-rc.26", "jsonwebtoken": "^8.5.0", "knex": "^0.16.3", "ldap-escape": "^1.1.5", "ldapjs": "^1.0.2", "lodash": "^4.17.11", "morgan": "^1.9.1", "package-lock": "^1.0.0", "passport": "^0.4.0", "passport-ldapauth": "^2.1.2", "path": "^0.12.7", "pg": "^7.8.1", "pug": "^2.0.3", "react": "^16.8.3", "react-dom": "^16.8.3", "serve-favicon": "^2.5.0", "url-loader": "^1.1.2" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", "@babel/plugin-proposal-object-rest-spread": "^7.3.4", "@babel/preset-env": "^7.3.4", "@babel/preset-typescript": "^7.3.3", "@types/chai": "^4.1.7", "@types/connect-ensure-login": "^0.1.4", "@types/connect-flash": "0.0.34", "@types/graphql": "^14.0.7", "@types/knex": "^0.15.2", "@types/mocha": "^5.2.6", "@types/node": "^11.9.5", "@types/passport": "^1.0.0", "apollo-server-testing": "^2.4.8", "babel-eslint": "^10.0.1", "chai": "^4.2.0", "eslint": "^5.14.1", "eslint-config-standard": "^12.0.0", "eslint-loader": "^2.1.2", "eslint-plugin-import": "^2.16.0", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "graphql-request": "^1.8.2", "jsdoc": "^3.5.5", "jsdoc-babel": "^0.5.0", "jsdoc-to-markdown": "^4.0.1", "mocha": "^6.0.2", "mocha-graphql-register": "^1.0.0", "nodemon": "^1.18.10", "ts-loader": "^5.3.3", "ts-node": "^8.0.2", "tslint": "^5.13.0", "typescript": "^3.3.3333", "webpack": "^4.29.5", "webpack-cli": "^3.2.3", "webpack-graphql-loader": "^1.0.0", "webpack-node-externals": "^1.7.2" } }