-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 879 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 879 Bytes
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
{
"name": "bmlora",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start:backend:dev": "cd BMLora-Backend && npm run dev",
"start:backend": "cd BMLora-Backend && npm run start",
"start:frontend": "cd bmlora-frontend && npm start",
"start:frontend:owner": "cd bmlora-frontend-owner && npm start",
"install:backend": "cd BMLora-Backend && npm i",
"install:frontend": "cd bmlora-frontend && npm i",
"install:frontend:owner": "cd bmlora-frontend-owner && npm i",
"install:all": "npm i && npm run install:backend && npm run install:frontend && npm run install:frontend:owner",
"migrate": "cd BMLora-Backend && npm run migrate"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@formkit/tempo": "^0.1.2",
"create-react-app": "^5.0.1",
"express-validator": "^7.1.0"
}
}