提交室内导览交互与讲解优化
This commit is contained in:
25
static/sgs-map-sdk/package.json
Normal file
25
static/sgs-map-sdk/package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "@sgs/map-sdk",
|
||||
"version": "2.0.0",
|
||||
"description": "SGS Map SDK",
|
||||
"main": "./dist/index.mjs",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts"
|
||||
}
|
||||
},
|
||||
"sideEffects": true,
|
||||
"files": [
|
||||
"dist",
|
||||
"example",
|
||||
"README.md",
|
||||
"sdk-quickstart.md",
|
||||
"sdk-protocol.md"
|
||||
],
|
||||
"devDependencies": {},
|
||||
"author": "SGS Team",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user