-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 948 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
31
{
"name": "campusmobileapp",
"version": "1.0.0",
"description": "This is the repository meant to house Aarsh's TechStart project. Simply set up for now. Will update name and description soon!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm-run-all --parallel server metro",
"server": "cd backend && npm run dev",
"metro": "cd frontend && npm run dev",
"format": "prettier --write ./frontend"
},
"repository": {
"type": "git",
"url": "git+https://github.com/techstartucalgary/CampusMobileApp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/techstartucalgary/CampusMobileApp/issues"
},
"homepage": "https://github.com/techstartucalgary/CampusMobileApp#readme",
"dependencies": {
"npm-run-all": "^4.1.5",
"zod": "^3.22.4"
},
"devDependencies": {
"prettier": "3.1.1"
}
}