mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 02:26:29 +08:00
12 lines
191 B
JSON
12 lines
191 B
JSON
|
{
|
||
|
"private": true,
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"check": "tsc"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/node": "^20.12.7",
|
||
|
"typescript": "^5.4.5"
|
||
|
}
|
||
|
}
|