ScottzillaSystems commited on
Commit
53b8398
·
verified ·
1 Parent(s): 0da73e4

add: package.json

Browse files
Files changed (1) hide show
  1. package.json +12 -0
package.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "scottzilla-payments",
3
+ "version": "1.0.0",
4
+ "type": "module",
5
+ "dependencies": {
6
+ "express": "^4.18.2",
7
+ "cors": "^2.8.5",
8
+ "crypto": "^1.0.1",
9
+ "stripe": "^14.0.0",
10
+ "uuid": "^9.0.0"
11
+ }
12
+ }