Junaidb commited on
Commit
9ddb2fc
·
verified ·
1 Parent(s): c55cf1a

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": "es",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "cors": "^2.8.5",
13
+ "express": "^5.2.1",
14
+ "snarkjs": "^0.7.5"
15
+ }
16
+ }