advent-of-code-2023/package.json

20 lines
399 B
JSON
Raw Normal View History

2023-12-01 09:40:09 +00:00
{
"name": "aoc2023test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
2023-12-02 09:30:47 +00:00
"@types/jest": "^29.5.10",
2023-12-01 09:40:09 +00:00
"@types/node": "^20.10.1",
2023-12-02 09:30:47 +00:00
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
2023-12-01 09:40:09 +00:00
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
}
}