-
Sebastian Mihalache authored9d8f2d67
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm.
Learn more
{
"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"
}
}