35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "@osm-asset/road-compiler",
|
|
"version": "0.3.0",
|
|
"private": false,
|
|
"type": "commonjs",
|
|
"main": "src/index.js",
|
|
"bin": {
|
|
"road-compiler": "bin/road-compiler.js"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/index.js && node test/fixtures.js",
|
|
"road:workbench": "node bin/road-workbench.js",
|
|
"road:export": "node bin/road-compiler.js",
|
|
"build": "vite build --config workbench/client/vite.config.ts",
|
|
"dev": "vite --config workbench/client/vite.config.ts",
|
|
"test:client": "tsc --noEmit -p workbench/client/tsconfig.json",
|
|
"format": "prettier --write \"{src,bin,test,workbench}/**/*.{js,ts,tsx,css,html}\" \"*.{json,js}\"",
|
|
"format:check": "prettier --check \"{src,bin,test,workbench}/**/*.{js,ts,tsx,css,html}\" \"*.{json,js}\""
|
|
},
|
|
"dependencies": {
|
|
"fflate": "0.8.3",
|
|
"lucide-react": "^0.468.0",
|
|
"ol": "10.10.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"prettier": "^3.9.6",
|
|
"typescript": "^5.7.3",
|
|
"vite": "^6.1.0"
|
|
}
|
|
}
|