Skip to content

Commit 633f938

Browse files
committed
Update package.json
1 parent 824e6bf commit 633f938

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

package.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11
{
22
"name": "pairsync",
33
"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+
],
513
"main": "index.js",
614
"scripts": {
715
"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"
921
},
1022
"keywords": [],
11-
"author": "",
12-
"license": "ISC",
23+
"author": "Petur Subev",
1324
"dependencies": {
1425
"@types/localtunnel": "^2.0.0",
1526
"@types/node": "^15.12.4",
@@ -23,10 +34,10 @@
2334
"shelljs": "^0.8.4",
2435
"socket.io": "^4.1.2",
2536
"socket.io-client": "^4.1.2",
26-
"typescript": "^4.3.4",
2737
"yargs": "^17.0.1"
2838
},
2939
"devDependencies": {
40+
"typescript": "^4.3.4",
3041
"@rollup/plugin-typescript": "^8.2.1"
3142
}
3243
}

0 commit comments

Comments
 (0)