-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 917 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
34
35
36
37
38
39
{
"name": "tneu-news",
"version": "1.0.3",
"description": "Get latest news from tneu.edu.ua",
"main": "index.js",
"scripts": {
"coverage": "jest --coverage",
"lint": "eslint . --fix --format=node_modules/eslint-formatter-pretty",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/tneudevteam/tneu-news.git"
},
"keywords": [
"tneu",
"news"
],
"author": "Vlad Holubiev",
"license": "MIT",
"bugs": {
"url": "https://github.com/tneudevteam/tneu-news/issues"
},
"homepage": "https://github.com/tneudevteam/tneu-news#readme",
"dependencies": {
"got": "^7.0.0",
"tneu-news-parser": "^1.0.7"
},
"devDependencies": {
"eslint": "^3.5.0",
"eslint-config-google": "^0.6.0",
"eslint-formatter-pretty": "^1.0.0",
"jest": "^20.0.4",
"nock": "^9.0.13"
},
"jest": {
"testEnvironment": "node"
}
}