This repository was archived by the owner on Jan 19, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.83 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "squadfast",
"version": "1.0.0",
"description": "This is the india's first vehicle mobile service",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"dev:css": "tailwind build static/style.css -o static/css/style.css",
"prod:css": "postcss static/style.css -o static/css/style.min.css",
"preinstall": "npx npm-force-resolutions"
},
"_moduleAliases": {
"@mongoose": "./mongoose",
"@customerControl": "./http/controllers/customer",
"@providerControl": "./http/controllers/provider",
"@godseyeController": "./http/controllers/godseye",
"@middleware": "./http/middleware",
"@config": "./config"
},
"keywords": [
"Puncture",
"repaire",
"fast",
"service",
"easy",
"to",
"use"
],
"resolutions": {
"merge": "2.1.1"
},
"author": "Soham Malve",
"license": "ISC",
"dependencies": {
"authy-client": "^1.1.4",
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^3.1.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"module-alias": "^2.2.2",
"moment": "^2.29.1",
"mongoose": "^5.13.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"socket.io": "^4.1.3",
"twilio": "^3.66.0",
"web-push": "^3.4.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Soham-ent/squadfast.github.io-.git"
},
"bugs": {
"url": "https://github.com/Soham-ent/squadfast.github.io-/issues"
},
"homepage": "https://github.com/Soham-ent/squadfast.github.io-#readme",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"autoprefixer": "^10.3.1",
"cssnano": "^5.0.6",
"merge": "^2.1.1",
"npm-force-resolutions": "0.0.10",
"postcss-cli": "^8.3.1",
"tailwindcss": "^2.2.4"
}
}