-
Yannis Barlas authored29b62524
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm.
Learn more
package.json 2.12 KiB
{
"name": "@coko/server",
"version": "3.7.1",
"description": "A tweaked version of pubsweet-server for use by Coko's projects",
"keywords": [
"pubsweet",
"pubsweet-server",
"coko"
],
"repository": {
"type": "git",
"url": "https://gitlab.coko.foundation/cokoapps/server"
},
"license": "MIT",
"author": "Yannis Barlas",
"main": "src/index.js",
"scripts": {
"cz": "git-cz",
"prepare": "husky install",
"release": "standard-version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS && lint-staged"
}
},
"config": {
"commitizen": {
"path": "cz-customizable"
}
},
"resolutions": {
"pg": "^8.7.3"
},
"dependencies": {
"@pubsweet/base-model": "^4.0.10",
"@pubsweet/component-send-email": "^0.4.13",
"@pubsweet/db-manager": "^3.1.21",
"@pubsweet/errors": "^2.0.46",
"@pubsweet/logger": "^0.2.56",
"@pubsweet/models": "^0.3.21",
"apollo-server-express": "^2.11.0",
"aws-sdk": "^2.1046.0",
"axios": "^0.24.0",
"bcrypt": "5.1.1",
"body-parser": "^1.19.0",
"command-exists": "^1.2.9",
"config": "^3.3.2",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"docx": "^8.2.1",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"graphql-middleware": "^4.0.2",
"graphql-shield": "^7.6.5",
"graphql-subscriptions": "1.2.1",
"graphql-upload": "^13.0.0",
"helmet": "^3.22.1",
"http-status-codes": "^1.4.0",
"image-size": "^1.0.2",
"lodash": "^4.17.20",
"mime-types": "^2.1.34",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"node-cron": "^2.0.3",
"objection": "^2.2.15",
"passport": "^0.4.1",
"pg": "^8.7.3",
"pubsweet": "^5.1.25",
"pubsweet-server": "^13.12.11",
"sharp": "^0.29.3",
"uuid": "^8.3.2",
"waait": "^1.0.5"
},
"devDependencies": {
"@coko/lint": "^2.0.0",
"faker": "^5.5.3",
"jest": "^26.6.3",
"node-wait-for-it": "^0.2.0",
"nodemon": "^3.0.1",
"standard-version": "^7.1.0"
},
"publishConfig": {
"access": "public"
}
}