{ "name": "k-skill-proxy", "version": "0.2.0", "private": true, "description": "Fastify proxy for k-skill upstream APIs", "license": "MIT", "main": "src/server.js", "engines": { "node": ">=18" }, "scripts": { "lint": "node --check src/airkorea.js && node --check src/bluer.js && node --check src/hrfco.js && node --check src/krx-stock.js && node --check src/lh-notice.js && node --check src/mfds.js && node --check src/molit.js && node --check src/naver-news.js && node --check src/naver-shopping.js && node --check src/parking-lots.js && node --check src/region-lookup.js && node --check src/server.js && node --check test/airkorea.test.js && node --check test/hrfco.test.js && node --check test/lh-notice.test.js && node --check test/molit.test.js && node --check test/naver-news.test.js && node --check test/naver-shopping.test.js && node --check test/region-lookup.test.js && node --check test/server.test.js", "test": "node --test" }, "dependencies": { "fastify": "^5.3.3" } }