-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 902 Bytes
/
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
{
"name": "final-project-proposal-uchiha",
"version": "1.0.0",
"description": "final-project-proposal-uchiha created by GitHub Classroom",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/index.js",
"build": "cd frontend && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ckclassrooms/final-project-proposal-uchiha.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ckclassrooms/final-project-proposal-uchiha/issues"
},
"homepage": "https://github.com/ckclassrooms/final-project-proposal-uchiha#readme",
"dependencies": {
"@supabase/supabase-js": "^2.1.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"express": "^4.18.2"
}
}