mirror of
https://github.com/demostf/sync.git
synced 2026-06-03 10:34:06 +02:00
initial version
This commit is contained in:
commit
88ac67dbba
3 changed files with 144 additions and 0 deletions
11
package.json
Normal file
11
package.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"websocket": "^1.0.24"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^7.0.5",
|
||||
"@types/websocket": "0.0.33",
|
||||
"ts-node": "^2.1.0",
|
||||
"typescript": "^2.2.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue