-
-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
55 lines (55 loc) · 1.27 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
52
53
54
55
{
"name": "random-words-api",
"version": "1.0.0",
"description": "API for getting random words in different languages",
"private": true,
"main": "index.js",
"dependencies": {
"axios": "^1.1.3",
"cheerio": "^1.0.0-rc.12",
"express": "^4.18.2",
"express-rate-limit": "^7.4.0",
"node-pronounce": "^0.0.4",
"random-array-item": "^0.0.2",
"random-useragent": "^0.5.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"action": "node ./test/test.js",
"dev": "nodemon index.js --ext '*'",
"commit": "gacp",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"type": "module",
"keywords": [
"Word",
"of",
"the",
"Day"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mcnaveen/Random-Words-API.git"
},
"bugs": {
"url": "https://github.com/mcnaveen/Random-Words-API/issues"
},
"homepage": "https://github.com/mcnaveen/Random-Words-API/#readme",
"author": "MC Naveen",
"license": "MIT",
"devDependencies": {
"all-contributors-cli": "^6.20.0",
"gacp": "^3.0.3",
"nodemon": "^2.0.19"
},
"gacp": {
"add": false,
"push": false,
"emoji": "emoji",
"editor": false
}
}