forked from deepanshu368/FaceName-CorsiBlock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "memory-tests",
"version": "1.0.0",
"description": "Run `npm install` to install all required dependancies.",
"main": "server.js",
"scripts": {
"test": "jest",
"start": "node server.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"@supabase/supabase-js": "^1.27.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"multer": "^1.4.3",
"supabase": "^0.5.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.15.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-jest": "^27.3.1",
"jest": "^27.3.1",
"serve": "^13.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deepanshu368/FaceName-CorsiBlock.git"
},
"bugs": {
"url": "https://github.com/deepanshu368/FaceName-CorsiBlock/issues"
},
"homepage": "https://github.com/deepanshu368/FaceName-CorsiBlock#readme",
"engines": {
"node": "14.x"
}
}