@ketch-in/packet
Version:
35 lines (34 loc) • 810 B
JSON
{
"name": "@ketch-in/packet",
"version": "0.2.0-beta.2",
"description": "packet",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ketch-in/ketch-in.git"
},
"keywords": [
"Packet"
],
"author": "Sotaneum",
"license": "MIT",
"scripts": {
"build": "tsc",
"prepublish": "npm run build"
},
"dependencies": {
"rtcmulticonnection": "^3.7.1",
"socket.io-client": "^4.4.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"eslint": "^7.6.0",
"eslint-plugin-import": "^2.20.0",
"typescript": "^4.4.4"
},
"bugs": {
"url": "https://github.com/ketch-in/ketch-in/issues"
},
"homepage": "https://github.com/ketch-in/ketch-in#readme"
}