-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 843 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
32
33
{
"name": "jubilant-disco",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"cron": "^1.7.2",
"dotenv": "^8.2.0",
"puppeteer": "^2.0.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "1.19.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint **/*.js",
"start-dev": "nodemon --exec 'npm run lint && node index'",
"start": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaxNvk/jubilant-disco.git"
},
"author": "Max Novikov",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaxNvk/jubilant-disco/issues"
},
"homepage": "https://github.com/MaxNvk/jubilant-disco#readme"
}