Add osm-map-nano

This commit is contained in:
Corentin 2025-09-10 00:22:48 +09:00
commit bedef43e13
22 changed files with 739 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
"name": "osm-map-nano",
"version": "0.0.1",
"description": "",
"license": "LGPL-3.0-or-later",
"author": "",
"type": "module",
"main": "src/index.js",
"scripts": {
"lint": "eslint packages/*",
"test": "echo \"Error: no test specified\" && exit 1"
}
}