-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 919 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": "media_database",
"version": "1.0.0",
"description": "client and server for app",
"main": "server/index.js",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"http": "0.0.1-security",
"mysql2": "^2.2.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/index.js",
"build": "cd client && npm install && npm run build && cd ../server && npm install",
"install": "cd client && npm install && cd ../server && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ranfisfrancisco/media_database.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ranfisfrancisco/media_database/issues"
},
"homepage": "https://github.com/ranfisfrancisco/media_database#readme"
}