turkey-cities-data
Version:
Türkiye şehirleri verisi: plaka, koordinat, bölge ve nüfus bilgileri.
32 lines (31 loc) • 664 B
JSON
{
"name": "turkey-cities-data",
"version": "1.2.2",
"description": "Türkiye şehirleri verisi: plaka, koordinat, bölge ve nüfus bilgileri.",
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node tests/index",
"test:get": "node tests/get"
},
"files": [
"index.js",
"index.d.ts",
"cities.json"
],
"keywords": [
"turkey",
"cities",
"json",
"nüfus",
"plaka",
"bölge"
],
"author": "Mevlüt Çelik",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mevlutcelik/turkey-cities-data.git"
}
}