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

28
package.json Normal file
View file

@ -0,0 +1,28 @@
{
"name": "js-osm",
"version": "0.0.1",
"description": "",
"license": "LGPL-3.0-or-later",
"author": "",
"type": "module",
"scripts": {
"prebuild": "./scripts/tmpfs_dirs.sh",
"build": "tsc --build && node scripts/build.js",
"clean": "rm -rf build/*",
"test": "node scripts/test.cjs"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.50.1",
"@stylistic/eslint-plugin": "^5.3.1",
"@typescript-eslint/eslint-plugin": "^8.42.0",
"eslint": "^9.34.0",
"osm-map-nao": "./packages/osm-map-nano",
"rollup": "^4.50.1",
"selenium-webdriver": "^4.35.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.42.0"
}
}