-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.26 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.26 KB
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": "routefinder",
"version": "0.4.0",
"description": "A Library Route-Finding Application",
"engines": {
"node": ">=14.x"
},
"main": "index.js",
"scripts": {
"start": "node server.js",
"postinstall": "tsc",
"build": "tsc",
"test": "nyc mocha --exit"
},
"dependencies": {
"body-parser": "^1.19.0",
"classify2_api": "^0.5.1",
"cookie-parser": "^1.4.6",
"cool-ascii-faces": "^1.3.4",
"cors": "^2.8.5",
"ejs": "^3.1.5",
"express": "^4.15.2",
"express-validator": "^6.13.0",
"https": "^1.0.0",
"isbn": "^0.4.0",
"lc_call_number_compare": "^0.0.1",
"multer": "^1.4.3",
"pg": "^8.7.1",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^17.0.10",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"eslint": "^8.5.0",
"got": "^11.8.2",
"mocha": "^9.2.1",
"nyc": "^15.1.0",
"supertest": "^6.2.2",
"tape": "^4.7.0",
"typescript": "^4.5.4"
},
"repository": {
"type": "git",
"url": "https://github.com/isaac-list/store_project/"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MPL-2.0"
}