forked from wh-iterabb-it/meowfacts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.67 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
50
51
{
"name": "meowfacts",
"version": "0.4.5",
"description": "A simple API which returns facts about cats",
"repository": {
"type": "git",
"url": "https://github.com/wh-iterabb-it/meowfacts"
},
"bugs": {
"url": "https://github.com/wh-iterabb-it/meowfacts/issues"
},
"homepage": "https://github.com/wh-iterabb-it/meowfacts#readme",
"license": "GPL-3.0",
"contributors": [
"BeauBouchard <https://github.com/BeauBouchard>",
"Mohammed785 <https://github.com/Mohammed785>",
"ShizzaHo <https://github.com/ShizzaHo>",
"switchhalt <https://github.com/switchhalt>",
"tarzzi <https://github.com/tarzzi>",
"amiarham <https://github.com/amiarham>",
"robvanbakel <https://github.com/robvanbakel>",
"sinus-x <https://github.com/sinus-x>",
"Ifmycodecouldtalk <https://github.com/Ifmycodecouldtalk>",
"nickcrisci <https://github.com/nickcrisci>",
"furkanmutlu <https://github.com/furkanmutlu>"
],
"scripts": {
"cover": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov",
"start": "node ./src/app.js",
"test": "node_modules/.bin/mocha tests/. --recursive",
"test:lint": "eslint .",
"test:lint:fix": "eslint . --fix --ignore-pattern polyfills"
},
"dependencies": {
"chai-http": "4.3.0",
"express": "4.18.2",
"helmet": "6.0.0",
"sst": "git+https://github.com/wh-iterabb-it/sst.git"
},
"devDependencies": {
"chai": "4.3.7",
"codecov": "3.8.3",
"eslint": "8.27.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"mocha": "10.1.0",
"nyc": "15.1.0",
"prettier": "2.7.1"
}
}