-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.24 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
{
"name": "osrs_merch_search",
"version": "1.0.0",
"description": "Browse and Filter OSRS Items by Their Live GE Prices. Data provided by RuneLite",
"main": "server.js",
"scripts": {
"test": "nodemon server.js",
"start": "node server.js",
"watch": ""
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/LoganMcnulty/osrsMerchSearch.git"
},
"keywords": [
"osrs",
"old",
"school",
"runescape",
"merchanting",
"merch",
"merchanting",
"RuneLite",
"API",
"grand",
"exchange",
"GE"
],
"author": "Logan McNulty",
"license": "ISC",
"bugs": {
"url": "https://github.com/LoganMcnulty/osrsMerchSearch/issues"
},
"homepage": "https://github.com/LoganMcnulty/osrsMerchSearch#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"bootstrap-autocomplete": "^2.3.7",
"bootstrap-table": "^1.18.2",
"connect-mongo": "^4.4.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.10.0",
"mongodb": "^3.6.5",
"mongoose": "^5.12.0",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.7",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"yarn": "^1.22.10"
}
}