broadfield-dev commited on
Commit
cf47675
·
verified ·
1 Parent(s): 3f376e8

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +12 -0
package.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "secure-keylock-api",
3
+ "version": "1.0.0",
4
+ "main": "api/index.js",
5
+ "scripts": { "start": "node api/index.js" },
6
+ "dependencies": {
7
+ "cors": "^2.8.5",
8
+ "express": "^4.19.2",
9
+ "multer": "^1.4.5-lts.1",
10
+ "sharp": "^0.33.3"
11
+ }
12
+ }