-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (21 loc) · 740 Bytes
/
package.json
File metadata and controls
23 lines (21 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Aniflix root",
"version": "0.1.0",
"description": "Aniflix- A fully functional Netflix Clone made with MERN Stack and other technologies, check them in README for more details.",
"scripts": {
"start": "concurrently \"cd app/frontend && npm start\" \"cd app/backend && node server.js\" ",
"build": "concurrently \"cd app/frontend && npm run build\" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/John4E656F/getflixProject.git"
},
"author": "John4e656f",
"license": "GPL-3.0 License",
"bugs": {
"url": "https://github.com/John4E656F/getflixProject/issues"
},
"dependencies": {
"concurrently": "^7.3.0"
}
}