{ "name": "sigma-backend", "version": "0.0.1", "description": "Backend of sigma, the new Frankiz", "main": "build/bundle.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", "fs": "0.0.1-security", "graphql": "^0.13.1", "knex": "^0.14.4", "morgan": "^1.9.0", "pg": "^7.4.1", "serve-favicon": "^2.4.5" }, "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", "nodemon": "^1.15.1", "webpack": "^3.11.0", "webpack-node-externals": "^1.6.0" }, "scripts": { "start": "node build/bundle.js", "lint": "eslint", "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" }