-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 868 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 868 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
31
32
33
34
35
36
37
{
"name": "jbnc",
"version": "0.10.0",
"description": "IRC Bouncer with no registration/setup required written in nodejs with support for separate client buffers and always-on.",
"main": "bouncer.js",
"directories": {
"example": "examples",
"lib": "lib"
},
"scripts": {
"start": "node bouncer.js",
"test": "node bouncer.js"
},
"dependencies": {
"express": "^5.2.1",
"express-session": "^1.18.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freenode/jbnc.git"
},
"keywords": [
"irc",
"bnc"
],
"author": "jbnc contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/freenode/jbnc/issues"
},
"homepage": "https://github.com/freenode/jbnc#readme",
"devDependencies": {
"@eslint/js": "^9.39.2",
"eslint": "^9.39.2",
"globals": "^16.5.0"
}
}