-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 925 Bytes
/
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
34
35
36
37
38
39
{
"name": "atomic",
"version": "1.0.0",
"description": "Javascript based P2P Chat Wrapper",
"main": "./index.ts",
"scripts": {
"test": "npx tsx ./index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arlojay-studios/Atomic.git"
},
"keywords": [
"P2P",
"Javascipt",
"Typescript",
"Chatserver",
"Chatroom",
"Social",
"Chat"
],
"author": "Arlojay Studios",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/arlojay-studios/Atomic/issues"
},
"homepage": "https://github.com/arlojay-studios/Atomic#readme",
"dependencies": {
"@arlojay-studios/electron-atomic": "^0.0.9",
"@arlojay-studios/neutron-atomic": "^0.0.11.1",
"@arlojay-studios/proton-atomic": "^0.0.8",
"tsx": "^4.7.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.11.16",
"@types/uuid": "^9.0.8"
}
}