the-honk/challenges/euler/package.json
2022-01-05 20:25:29 +00:00

17 lines
418 B
JSON

{
"name": "project-euler",
"scripts": {
"build": "gulp build",
"start": "node run.js"
},
"devDependencies": {
"@swc/core": "^1.2.125",
"@swc/helpers": "^0.3.2",
"@types/node": "^16.11.6",
"chalk": "^4.1.2",
"execution-time": "^1.4.1",
"regenerator-runtime": "^0.13.9",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
}
}