Skip to content
Snippets Groups Projects
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 985 B
{
  "name": "pubsweet-component-invite",
  "version": "0.0.1",
  "description": "invite component for pubsweet",
  "license": "MIT",
  "author": "Collaborative Knowledge Foundation",
  "files": [
    "src"
  ],
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "docs": "./node_modules/.bin/apidoc -e \"(node_modules|public)\" -o public/apidoc",
    "open-docs": "open public/apidoc/index.html"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.coko.foundation/xpub/xpub",
    "path": "component-invite"
  },
  "dependencies": {
    "body-parser": "^1.17.2",
    "chance": "^1.0.13"
  },
  "peerDependencies": {
    "@pubsweet/logger": "^0.0.1",
    "pubsweet-server": "^1.0.1",
    "@pubsweet/component-send-email": "0.2.4"
  },
  "devDependencies": {
    "apidoc": "^0.17.6",
    "jest": "^22.1.1",
    "supertest": "^3.0.0"
  },
  "jest": {
    "verbose": true,
    "testRegex": "/src/.*.test.js$"
  },
  "publishConfig": {
    "access": "public"
  }
}