@saifuwei/sdm-gis-engine 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "@saifuwei/sdm-gis-engine",
3
+ "version": "0.0.1",
4
+ "description": "GIS 场景初始化引擎 SDK",
5
+ "main": "dist/index.es.js",
6
+ "module": "dist/index.es.js",
7
+ "types": "dist/index.d.ts",
8
+ "scripts": {
9
+ "dev": "webpack serve --config webpack.config.js --mode development",
10
+ "build": "webpack --config webpack.config.js --mode production"
11
+ },
12
+ "publishConfig": {
13
+ "registry": "https://registry.npmjs.org/",
14
+ "access": "public"
15
+ },
16
+ "keywords": [],
17
+ "author": "",
18
+ "license": "ISC",
19
+ "devDependencies": {},
20
+ "dependencies": {
21
+ "@turf/turf": "^7.2.0",
22
+ "cesium": "1.99"
23
+ }
24
+ }