UNPKG

pxsty.earthquakes

Version:

Türkiye de gerçekleşen depremleri listeler

44 lines (43 loc) 883 B
{ "name": "pxsty.earthquakes", "version": "1.2.0", "main": "dist/index.js", "types": "dist/types.d.ts", "scripts": { "build": "npx tsc" }, "files": [ "dist", "README.md", "package.json" ], "repository": { "type": "git", "url": "git+https://github.com/pxsty0/pxsty.earthquakes.git" }, "author": "pxsty", "license": "MIT", "bugs": { "url": "https://github.com/pxsty0/pxsty.earthquakes/issues" }, "homepage": "https://github.com/pxsty0/pxsty.earthquakes#readme", "description": "Türkiye de gerçekleşen depremleri listeler", "keywords": [ "deprem", "son", "depremler", "afad", "kandilli", "türkiye", "son", "depremler" ], "dependencies": { "axios": "^1.7.9", "cheerio": "^1.0.0-rc.12" }, "devDependencies": { "@types/node": "^22.13.1", "typescript": "^5.8.3" } }