-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.55 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
56
57
58
{
"name": "pioneers-in-computer-science",
"version": "1.0.0",
"description": "CS5099 - DISSERTATION IN COMPUTER SCIENCE",
"main": "app.js",
"type": "commonjs",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"check-format": "npx prettier . --check",
"format": "prettier --write .",
"checks": "npm-run-all -p check-format",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thenameisajay/Pioneers-in-Computer-Science.git"
},
"keywords": [
"pioneers",
"computer-science",
"pioneers-in-computer-science"
],
"author": "AJAY PRADEEP MAHADEVEN",
"license": "ISC",
"bugs": {
"url": "https://github.com/thenameisajay/Pioneers-in-Computer-Science/issues"
},
"homepage": "https://pics-usa-d37de900c431.herokuapp.com",
"dependencies": {
"npm-run-all": "^4.1.5",
"@types/express": "^4.17.17",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.0",
"bun": "^1.1.7",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.21",
"mongoose": "^7.3.0",
"nodemon": "^3.0.1",
"npm": "^9.8.1",
"openai": "^3.3.0",
"serverless-http": "^3.2.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@eslint/js": "^9.12.0",
"eslint": "^9.12.0",
"globals": "^15.11.0",
"husky": "^9.1.6",
"prettier": "3.4.1"
}
}