feat: the kata machine

This commit is contained in:
mpaulson 2022-06-22 21:52:42 -06:00
commit dc0e0e0358
20 changed files with 2771 additions and 0 deletions

18
package.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "kata",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@types/jest": "^28.1.3",
"jest": "^28.1.1",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.1",
"tsconfig-paths": "^4.0.0",
"tsconfig-paths-jest": "^0.0.1",
"typescript": "^4.7.4"
},
"scripts": {
"test": "jest"
}
}