-
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) · 770 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 770 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": "p20339-action-manager-back",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src/app",
"build": "sucrase ./src -d ./dist --transforms imports",
"start": "node dist/app"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/interativaevents/p20339-action-manager-back.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/interativaevents/p20339-action-manager-back#readme",
"dependencies": {
"express": "^4.17.1",
"iohook": "^0.6.5",
"puppeteer": "^2.1.1",
"socket.io": "^2.3.0"
},
"devDependencies": {
"nodemon": "^2.0.2",
"sucrase": "^3.12.1"
}
}