-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 874 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 874 Bytes
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
{
"name": "scratch_backend",
"version": "1.0.0",
"description": "It is a product verification system to distinguish the original from the copy.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/04Harshit/scratchBackend.git"
},
"keywords": [
"nodejs",
"express",
"jwt",
"xlsx",
"firebase",
"local storage",
"backend development",
"product verification",
"original product",
"scratch backend"
],
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"firebase-admin": "^12.1.0",
"jsonwebtoken": "^9.0.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"nodemon": "^3.1.0"
},
"author": "04harshit",
"license": "MIT"
}