forked from NayanUnni95/Fresh_Cart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 692 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 692 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
{
"name": "fresh_cart",
"version": "1.0.0",
"description": "Shopping cart website and Crafted with minimalistic UI design.",
"main": ".eslintrc.js",
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0"
},
"scripts": {
"start": "node app.js",
"test": "index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NayanUnni95/Fresh_Cart.git"
},
"author": "Nayan SS",
"license": "ISC",
"bugs": {
"url": "https://github.com/NayanUnni95/Fresh_Cart/issues"
},
"homepage": "https://github.com/NayanUnni95/Fresh_Cart#readme",
"dependencies": {
"express": "^4.18.2",
"prettier": "^3.2.5"
}
}