yandex-maps
Version:
Wrapper for Yandex Map API (Written in TypeScript)
32 lines (31 loc) • 874 B
JSON
{
"name": "yandex-maps",
"description": "Wrapper for Yandex Map API (Written in TypeScript)",
"version": "0.0.1",
"keywords": ["yandex maps", "maps", "yandex-maps", "yandex", "map", "yandex map", "yandex-map"],
"homepage": "https://github.com/azabroflovski/yandex-maps-js#readme",
"repository": {
"type": "git",
"url": "https://github.com/azabroflovski/yandex-maps-js.git"
},
"bugs": {
"email": "yandex-maps-js@azabroflovski.uz",
"url": "https://github.com/azabroflovski/yandex-maps-js/issues"
},
"author": {
"name": "azabroflovski",
"url": "https://azabroflovski.uz",
"email": "hi@azabroflovski.uz"
},
"private": false,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}