Skip to content
Snippets Groups Projects
package.json 985 B
Newer Older
  "name": "pubsweet-component-invite",
  "version": "0.0.1",
  "description": "invite component for pubsweet",
  "license": "MIT",
Sebastian's avatar
Sebastian committed
  "author": "Collaborative Knowledge Foundation",
Sebastian's avatar
Sebastian committed
  "main": "index.js",
Sebastian's avatar
Sebastian committed
  "scripts": {
    "test": "jest",
    "docs": "./node_modules/.bin/apidoc -e \"(node_modules|public)\" -o public/apidoc",
    "open-docs": "open public/apidoc/index.html"
Sebastian's avatar
Sebastian committed
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.coko.foundation/xpub/xpub",
    "path": "component-invite"
  },
  "dependencies": {
Sebastian's avatar
Sebastian committed
    "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": {
    "jest": "^22.1.1",
    "supertest": "^3.0.0"
Sebastian's avatar
Sebastian committed
  },
  "jest": {
Sebastian's avatar
Sebastian committed
    "verbose": true,
    "testRegex": "/src/.*.test.js$"
  },
  "publishConfig": {
    "access": "public"