Skip to content

Commit 22f1bd1

Browse files
committed
Basic README.md
1 parent 0fb12ca commit 22f1bd1

File tree

3 files changed

+41
-8
lines changed

3 files changed

+41
-8
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Hacker News API OpenAPI Spec
2+
3+
Simple, typed OpenAPI wrapper to do codegen off of. Based off the original API here: https://github.com/HackerNews/API
4+
5+
Spec: https://raw.githubusercontent.com/andenacitelli/hacker-news-api-openapi/main/exports/api.yaml

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,20 @@
1818
"devDependencies": {
1919
"@eslint/js": "^9.6.0",
2020
"@redocly/cli": "^1.17.0",
21-
"@tsconfig/node-lts": "^20.1.3",
2221
"@types/node": "^20.14.9",
2322
"eslint": "^9.6.0",
2423
"husky": "^9.0.11",
2524
"npm-check-updates": "^16.14.20",
2625
"prettier": "^3.3.2",
27-
"typescript": "^5.5.3",
2826
"typescript-eslint": "8.0.0-alpha.39",
2927
"vite-tsconfig-paths": "^4.3.2",
3028
"vitest": "^1.6.0"
3129
},
3230
"dependencies": {
3331
"@asteasolutions/zod-to-openapi": "^7.1.1",
32+
"@tsconfig/node-lts": "^20.1.3",
33+
"tsx": "^4.16.2",
34+
"typescript": "^5.5.3",
3435
"yaml": "^2.4.5",
3536
"zod": "^3.23.8"
3637
}

pnpm-lock.yaml

Lines changed: 33 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)