Add all BENNC message types with unit tests

This commit is contained in:
Jack Hadrill
2022-02-06 20:34:13 +00:00
parent 7d1a0991e4
commit e758de7ef4
28 changed files with 708 additions and 12539 deletions

View File

@@ -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"
}
}