-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.19 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "wykop-bot",
"version": "2.0.0",
"description": "Bot for wykop.pl",
"main": "./src/index.js",
"dependencies": {
"axios": "^0.18.1",
"circular-json": "^0.5.9",
"debug": "^3.1.0",
"discord.js": "^11.3.2",
"turndown": "^4.0.2",
"wykop-es6": "^0.5.1",
"wykop-v2": "^1.1.0"
},
"devDependencies": {
"eslint": "^5.14.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"jest": "^24.1.0",
"nodemon": "^1.17.3",
"supertest": "^3.0.0"
},
"scripts": {
"start": "nodemon src/index.js",
"lint": "eslint --ext .js, src test",
"lint:fix": "eslint --ext .js, --fix src test",
"test": "jest --forceExit --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/animek66/Wykoparka"
},
"author": "animek66",
"license": "MIT",
"bugs": {
"url": "https://github.com/animek66/Wykoparka/issues"
},
"homepage": "https://github.com/animek66/Wykoparka/blob/master/README.md",
"jest": {
"moduleFileExtensions": [
"js",
"json",
"node"
]
}
}