Commit Graph

14 Commits

Author SHA1 Message Date
Rock
8be5e2cc83 Specify node version (#2)
* build: add engines field to specify Node.js >=22.19.0 requirement

* Specify node version
2025-10-23 16:09:04 +02:00
coaxial
f27d8bd08e Add lockfile 2025-10-23 15:36:10 +02:00
coaxial
ac1cc99b17 fix: correct ESLint extends to use eslint:recommended instead of @eslint/js/recommended 2025-10-23 15:35:37 +02:00
coaxial
ed21e67125 fix: remove invalid files property from ESLint config 2025-10-23 15:35:14 +02:00
coaxial
60136ec8ba fix: correct ESLint plugin reference in config 2025-10-23 15:34:48 +02:00
coaxial
c2625eba32 chore: update ESLint configuration with new rules and plugins 2025-10-23 15:34:45 +02:00
coaxial
9a509006cb fix: add express and move supertest, axios to dependencies 2025-10-23 15:28:09 +02:00
coaxial
ac06eee834 test: add supertest and axios to devDependencies 2025-10-23 15:27:10 +02:00
coaxial
544d56570e chore: add files array to package.json 2025-10-23 15:26:27 +02:00
coaxial
a066a0ae9f test: add Jest dev dependency and npm test script 2025-10-23 15:20:48 +02:00
coaxial
3375344fd1 chore: add ESLint setup with config, ignore file, and lint script 2025-10-23 15:20:07 +02:00
coaxial
f34f5298fc chore: add .eslintrc.js and .eslintignore and update package.json 2025-10-23 15:17:43 +02:00
coaxial
8bf16b0ac2 feat: add simple Express app with /hello endpoint and tests 2025-10-23 15:14:23 +02:00
coaxial
928c1afacd chore: add package.json with dependencies and test scripts 2025-10-23 14:47:58 +02:00