{ "name": "nfp_moe", "version": "2.0.0", "description": "NFP Moe website", "main": "index.js", "directories": { "test": "test" }, "scripts": { "lint": "eslint .", "start": "node --experimental-modules index.mjs", "build": "sass -s compressed app/app.scss public/assets/app.css && browserify -p tinyify --bare --no-browser-field -o public/assets/app.js app/index.js", "build:check": "browserify -t uglifyify --bare --no-browser-field --list app/index.js", "test": "echo \"Error: no test specified\" && exit 1", "watch:api": "nodemon --experimental-modules index.mjs | bunyan", "watch:app": "watchify -g envify -d app/index.js -o public/assets/app.js", "watch:sass": "sass --watch app/app.scss public/assets/app.css", "dev": "run-p watch:api watch:app watch:sass", "prod": "npm run build && npm start" }, "repository": { "type": "git", "url": "https://github.com/nfp-projects/nfp_moe.git" }, "author": "Jonatan Nilsson", "license": "WTFPL", "bugs": { "url": "https://github.com/nfp-projects/nfp_moe/issues" }, "homepage": "https://github.com/nfp-projects/nfp_moe", "dependencies": { "@koa/cors": "^2.2.3", "bookshelf": "^0.15.1", "bunyan-lite": "^1.0.1", "dot": "^1.1.2", "format-link-header": "^2.1.0", "googleapis": "^42.0.0", "http-errors": "^1.7.2", "json-mask": "^0.3.8", "jsonwebtoken": "^8.4.0", "knex": "^0.16.3", "koa": "^2.7.0", "koa-bodyparser": "^4.2.1", "koa-jwt": "^3.5.1", "koa-router": "^7.4.0", "koa-send": "^5.0.0", "lodash": "^4.17.11", "multer": "^1.4.1", "nconf": "^0.10.0", "parse-torrent": "^7.0.1", "pg": "^7.8.0", "sharp": "^0.21.3" }, "devDependencies": { "browserify": "^16.2.3", "eslint": "^5.14.1", "mithril": "^2.0.3", "nodemon": "^1.18.10", "npm-run-all": "^4.1.5", "sass": "^1.17.0", "tinyify": "^2.5.1", "watchify": "^3.11.0" } }