{ "name": "sigma-backend", "version": "0.0.1", "description": "Backend of sigma, the new Frankiz", "main": "index.js", "dependencies": { "@types/express": "^4.11.1", "@types/webpack": "^3.8.8", "body-parser": "^1.18.2", "colors": "^1.1.2", "express": "^4.16.2", "express-session": "^1.15.6", "fs": "0.0.1-security", "fuse.js": "^3.2.0", "graphql": "^0.13.1", "graphql-server-express": "^1.3.2", "graphql-tools": "^2.21.0", "knex": "^0.14.4", "ldapjs": "^1.0.2", "morgan": "^1.9.0", "passport": "^0.4.0", "passport-ldapauth": "^2.0.0", "pg": "^7.4.1", "pug": "^2.0.0-rc.4", "serve-favicon": "^2.4.5", "webpack": "^3.11.0", "webpack-node-externals": "^1.6.0" }, "devDependencies": { "eslint": "^4.18.1", "eslint-config-standard": "^11.0.0", "eslint-plugin-import": "^2.9.0", "eslint-plugin-node": "^6.0.1", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-standard": "^3.0.1", "jsdoc": "^3.5.5", "nodemon": "^1.15.1" }, "scripts": { "start": "node build/bundle.js", "lint": "eslint src/", "build": "webpack", "watch": "webpack --watch", "test": "nodemon --watch build build/bundle.js" }, "repository": { "type": "git", "url": "git@gitlab.binets.fr:br/sigma-backend" }, "author": "Binet Réseau", "license": "ISC" }