JammingJazz commited on
Commit
8fb2376
·
verified ·
1 Parent(s): e63de5a

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +19 -0
package.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dependencies": {
3
+ "dotenv": "^16.4.5",
4
+ "express": "^4.18.3",
5
+ "serve-index": "^1.9.1"
6
+ },
7
+ "name": "gitpod-blank",
8
+ "version": "1.0.0",
9
+ "main": "index.js",
10
+ "scripts": {
11
+ "test": "echo \"Error: no test specified\" && exit 1"
12
+ },
13
+ "keywords": [],
14
+ "type": "module",
15
+ "author": "",
16
+ "license": "ISC",
17
+ "description": ""
18
+ }
19
+