Add all BENNC message types with unit tests
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
"name": "bennc-js",
|
||||
"version": "1.0.0",
|
||||
"description": "A TypeScript/Javascript BENNC implementation.",
|
||||
"main": "index.js",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"lint": "ts-standard",
|
||||
"test": "jest",
|
||||
"build": "tsc"
|
||||
"build": "tsc",
|
||||
"postinstall": "tsc"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -31,7 +33,8 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/websocket": "^1.0.5",
|
||||
"color": "^4.2.0",
|
||||
"@types/color": "^3.0.3",
|
||||
"romulus-js": "git+https://git.jacknet.io/TerribleCodeClub/romulus-js.git"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user