forked from fdnd-task/enhanced-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 829 Bytes
/
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
{
"name": "performance-matters-optimized-website",
"version": "1.0.0",
"description": "KEEP YOURSELF SAFE",
"main": "index.js",
"type": "module",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Davidvboxt/performance-matters-optimized-website.git"
},
"author": "mo,david,amir",
"license": "ISC",
"bugs": {
"url": "https://github.com/Davidvboxt/performance-matters-optimized-website/issues"
},
"homepage": "https://github.com/Davidvboxt/performance-matters-optimized-website#readme",
"dependencies": {
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"node-fetch": "^3.3.1",
"npm": "^9.6.2"
}
}