-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "api-website",
"version": "1.0.0",
"description": "another very well done readme ;)",
"main": "server.js",
"engines": {
"node": "14.15.4",
"npm": "6.14.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"build": "cd client && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justinyates887/api-website.git"
},
"author": "Justin Yates",
"license": "MIT",
"bugs": {
"url": "https://github.com/justinyates887/api-website/issues"
},
"homepage": "https://api-website-yates.onrender.com",
"dependencies": {
"@google-analytics/data": "^2.8.0",
"cors": "^2.8.5",
"docker": "^1.0.0",
"dotenv": "^14.2.0",
"express": "^4.18.2",
"fs": "0.0.1-security",
"gh-pages": "^4.0.0",
"node-fetch": "^3.3.0",
"node-fetch-commonjs": "npm:node-fetch@^2.6.6",
"nodemailer": "^6.7.2",
"passport": "^0.6.0"
},
"type": "commonjs"
}