mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
43 lines
1006 B
JSON
43 lines
1006 B
JSON
{
|
|
"name": "maplibre-rs",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"clean": "rm -rf dist && rm -rf src/wasm-pack",
|
|
"watch": "node build.mjs --esm --watch",
|
|
"watch-webgl": "node build.mjs --esm --webgl --watch",
|
|
"build": "node build.mjs",
|
|
"build-webgl": "node build.mjs --webgl"
|
|
},
|
|
"files": [
|
|
"dist/**/*"
|
|
],
|
|
"module": "dist/esbuild-esm/module.js",
|
|
"main": "dist/esbuild-cjs/main.js",
|
|
"types": "dist/ts/index.d.ts",
|
|
"dependencies": {
|
|
"binaryen": "^110.0.0",
|
|
"spectorjs": "^0.9.27",
|
|
"wasm-feature-detect": "^1.2.11"
|
|
},
|
|
"devDependencies": {
|
|
"@chialab/esbuild-plugin-meta-url": "^0.15.28",
|
|
"chokidar": "^3.5.3",
|
|
"esbuild": "^0.14.38",
|
|
"esbuild-plugin-inline-worker": "^0.1.1",
|
|
"typescript": "^4.5.4",
|
|
"yargs": "^17.5.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/maplibre/maplibre-rs"
|
|
},
|
|
"keywords": [
|
|
"wasm",
|
|
"webgpu",
|
|
"maps"
|
|
],
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|