cesium-plot-js/package.json
2024-03-06 16:39:22 +08:00

30 lines
730 B
JSON

{
"name": "cesium-plot-js",
"version": "0.0.1",
"main": "dist/CesiumPlot.umd.js",
"homepage": "https://github.com/ethan-zf/CesiumPlot",
"repository": {
"type": "git",
"url": "git@github.com:ethan-zf/CesiumPlot.git"
},
"keywords": [
"cesium",
"draw",
"plot",
"map"
],
"scripts": {
"dev": "vite --mode dev",
"build": "vite build --mode prod",
"lint": "eslint . --ext ts --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"cesium": "1.99.0"
}
}