-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 805 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 805 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
30
{
"name": "surveyer",
"version": "1.0.0",
"description": "��#\u0000 \u0000S\u0000u\u0000r\u0000v\u0000e\u0000y\u0000e\u0000r\u0000\r\u0000 \u0000",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlorianGross/Surveyer.git"
},
"author": "Florian Groß",
"license": "ISC",
"bugs": {
"url": "https://github.com/FlorianGross/Surveyer/issues"
},
"homepage": "https://github.com/FlorianGross/Surveyer#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"http-errors": "^2.0.0",
"mongoose": "^6.2.7",
"ws": "^8.5.0"
}
}