You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
264 B

1 day ago
{
"name": "pathgenerator",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"axios": "^1.6.8",
"cors": "^2.8.5",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"zod": "^3.22.4"
}
}