Raybilhelp commited on
Commit
554e214
·
verified ·
1 Parent(s): 209bac3

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +13 -0
package.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "note-gf-backend",
3
+ "version": "1.0.0",
4
+ "description": "Backend for reward and note system",
5
+ "main": "app.js",
6
+ "scripts": {
7
+ "start": "node app.js"
8
+ },
9
+ "dependencies": {
10
+ "express": "^4.18.2",
11
+ "firebase-admin": "^12.0.0"
12
+ }
13
+ }