This commit is contained in:
2022-12-05 18:17:03 +00:00
parent 6b2e5bbe2c
commit f214ed1fe3
7 changed files with 682 additions and 36 deletions

View File

@@ -3,15 +3,15 @@
"@swc/core": "^1.3.21",
"@swc/helpers": "^0.4.14",
"@types/node": "^16.18.4",
"nodemon": "^2.0.20",
"regenerator-runtime": "^0.13.11",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"nodemon": "^2.0.20"
"typescript": "^4.9.3"
},
"dependencies": {
"timestamp-nano": "^1.0.0"
},
"scripts": {
"start": "nodemon src/2022/day4/index.ts"
"start": "nodemon src/2022/day5/index.ts"
}
}