-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
33 lines (33 loc) · 1.12 KB
/
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
32
33
{
"name": "@collabo-community/collabocate",
"version": "0.0.0",
"description": "Collabocate is a set of integration apps to help non-technical and technical contributors/users alike, to participate in open source project development and get carried along",
"main": "@dev-client/server.js",
"scripts": {
"dev:client": "nodemon -r esm @dev-client/server.js"
},
"dependencies": {
"dotenv": "^16.0.3",
"ejs": "^3.1.10",
"esm": "^3.2.25",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"express-ejs-layouts": "^2.5.1"
},
"devDependencies": {
"nodemon": "^2.0.22"
},
"homepage": "https://github.com/collabo-community/collabocate#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/collabo-community/collabocate.git"
},
"bugs": {
"url": "https://github.com/collabo-community/issue-tickets-ready-for-fixing/issues"
},
"author": "Collabo Community [Code Collabo]",
"license": "AGPL v3.0",
"contributors": [
"Find list of contributors in project README: https://github.com/collabo-community/collabocate?tab=readme-ov-file#contributors"
]
}