{
  "name": "pubsweet-component-jobs",
  "version": "0.0.1",
  "description": "publishing and scheduling jobs",
  "license": "MIT",
  "author": "Collaborative Knowledge Foundation",
  "files": [
    "src"
  ],
  "main": "index.js",
  "dependencies": {
  },
  "peerDependencies": {
  },
  "jest": {
    "verbose": true,
    "testRegex": "/tests/.*.test.js$"
  },
  "scripts": {
    "test": "jest"
  },
  "publishConfig": {
    "access": "public"
  }
}