File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pairsync" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " " ,
4
+ "description" : " Live sync changes between two or more repositories over websockets" ,
5
+ "license" : " MIT" ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " git://github.com/subev/pairsync.git"
9
+ },
10
+ "contributors" : [
11
+ " Petur Subev"
12
+ ],
5
13
"main" : " index.js" ,
6
14
"scripts" : {
7
15
"test" : " echo \" Error: No tests specified\" " ,
8
- "build" : " rollup -c"
16
+ "prepare" : " rollup -c"
17
+ },
18
+ "bin" : {
19
+ "server" : " ./output/server.js" ,
20
+ "client" : " ./output/client.js"
9
21
},
10
22
"keywords" : [],
11
- "author" : " " ,
12
- "license" : " ISC" ,
23
+ "author" : " Petur Subev" ,
13
24
"dependencies" : {
14
25
"@types/localtunnel" : " ^2.0.0" ,
15
26
"@types/node" : " ^15.12.4" ,
23
34
"shelljs" : " ^0.8.4" ,
24
35
"socket.io" : " ^4.1.2" ,
25
36
"socket.io-client" : " ^4.1.2" ,
26
- "typescript" : " ^4.3.4" ,
27
37
"yargs" : " ^17.0.1"
28
38
},
29
39
"devDependencies" : {
40
+ "typescript" : " ^4.3.4" ,
30
41
"@rollup/plugin-typescript" : " ^8.2.1"
31
42
}
32
43
}
You can’t perform that action at this time.
0 commit comments