Initial progress

This commit is contained in:
Jack Hadrill
2022-02-01 02:12:49 +00:00
parent 0f2f619e96
commit a93bfc182f
10 changed files with 209 additions and 15 deletions

View File

@@ -15,16 +15,20 @@
"author": "Butlersaurus",
"license": "ISC",
"devDependencies": {
"typescript": "^4.5.5",
"ts-standard": "^11.0.0",
"@types/jest": "^27.4.0",
"jest": "^27.4.7",
"ts-jest": "^27.1.3",
"@types/jest": "^27.4.0"
"ts-standard": "^11.0.0",
"typescript": "^4.5.5"
},
"jest": {
"verbose": true,
"transform": {
"^.+\\.ts?$": "ts-jest"
}
},
"dependencies": {
"@types/websocket": "^1.0.5",
"romulus-js": "git+https://git.jacknet.io/TerribleCodeClub/romulus-js.git"
}
}