-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 908 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "cron-life",
"version": "1.6.0",
"description": "Different cron jobs for life",
"scripts": {
"test": "cd functions && npm test",
"install": "cd functions && npm i",
"test:watch": "cd functions && npm run test:watch",
"start": "cd functions && nodemon ./serve.js",
"lint": "cd functions && npm run lint",
"test:ci": "npm run lint && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajorquera/cronLife.git"
},
"author": "Andres Jorquera <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ajorquera/cronLife/issues"
},
"homepage": "https://github.com/ajorquera/cronLife#readme",
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"husky": "^3.0.4",
"nodemon": "^1.19.1"
},
"dependencies": {}
}