-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
45 lines (45 loc) · 1007 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
40
41
42
43
44
45
{
"name": "octolinker-api",
"version": "2.0.0",
"description": "",
"scripts": {
"pretest": "eslint .",
"dev": "nodemon devserver.js",
"test": "jest"
},
"dependencies": {
"find-reachable-urls": "^1.1.1",
"github-url-to-object": "^4.0.6",
"got": "^9.5.0",
"ioredis": "^4.28.5",
"is-url": "^1.2.4",
"json-path": "^0.1.3",
"lets-get-meta": "^2.1.1",
"lodash.isequal": "^4.5.0",
"lodash.uniqwith": "^4.5.0",
"micro": "^9.3.3",
"mixpanel": "^0.14.0",
"p-map": "^4.0.0",
"tldjs": "^2.3.1",
"xml-js": "^1.6.11"
},
"peerDependencies": {
"nodemon": "*"
},
"devDependencies": {
"jsdom": "^19.0.0",
"eslint": "^8.15.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.2.2",
"got": "^9.5.1",
"jest": "^28.1.0",
"prettier": "^2.6.2"
},
"engines": {
"node": "14.x"
},
"keywords": [],
"author": "Stefan Buck",
"license": "MIT"
}