-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 810 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 810 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
26
27
28
29
{
"name": "streamaster",
"version": "1.0.0",
"description": "streamaster backend service",
"main": "server.js",
"repository": "https://github.com/fredericocurti/Project-Streamaster",
"author": "vilela69 <frederico.vilelacurti@gmail.com>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"global": "^4.3.2",
"mysql": "^2.16.0",
"node-fetch": "^2.6.1",
"nodemon": "^1.18.4",
"puppeteer": "^13.1.2"
},
"devDependencies": {
"eslint": "^5.6.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
},
"scripts": {
"build": "cd ./client && yarn && yarn run build && cd .."
}
}