pxsty.earthquakes
Version:
Türkiye de gerçekleşen depremleri listeler
43 lines (42 loc) • 855 B
JSON
{
"name": "pxsty.earthquakes",
"version": "1.1.3",
"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"
}
}