randydev commited on
Commit
fe960f4
·
verified ·
1 Parent(s): 37ffed7

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +16 -0
package.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "dev-mode-javascript",
3
+ "version": "2.5.7",
4
+ "main": "index.js",
5
+ "scripts": {
6
+ "test": "echo \"Error: no test specified\" && exit 1"
7
+ },
8
+ "author": "",
9
+ "license": "ISC",
10
+ "description": "",
11
+ "dependencies": {
12
+ "express": "^4.19.2",
13
+ "cors": "^2.8.5"
14
+ },
15
+ "type": "module"
16
+ }