naver-dict-search
Version:
Naver dictionary searcher
32 lines (31 loc) • 749 B
JSON
{
"name": "naver-dict-search",
"version": "1.1.1",
"description": "Naver dictionary searcher",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/yeonfish6040/Naver-Dict-Search.git"
},
"keywords": [
"Naver",
"Dictionary",
"Crawling"
],
"author": "Yeonjun Lee <yeonfish6040@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/yeonfish6040/Naver-Dict-Search/issues"
},
"homepage": "https://github.com/yeonfish6040/Naver-Dict-Search#readme",
"devDependencies": {
"typescript": "^5.6.2"
},
"dependencies": {
"node-fetch": "^3.3.2"
}
}