@gaoding/open-sdk
Version:
- 稿定设计开放平台对接SDK。
67 lines (66 loc) • 1.77 kB
JSON
{
"name": "@gaoding/open-sdk",
"version": "2.1.4-alpha.0",
"keywords": [
"gaoding",
"design",
"open-sdk",
"editor"
],
"maintainers": [
{
"name": "credential-helper",
"email": "credential-helper@gaoding.com"
}
],
"sideEffects": [
"**/*.css"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"development": "./src/index.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"browser": "dist/index.umd.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "pnpm vite build",
"prepublishOnly": "pnpm run build",
"test": "pnpm toolkit test:unit",
"test:watch": "pnpm toolkit test:unit --watch",
"watch": "pnpm vite build -w"
},
"devDependencies": {
"@editor/batch-mark-sdk": "1.1.0",
"@editor/element-type-detector": "0.1.1",
"@editor/utils": "8.1.2-beta.4",
"@gaoding/js-bridge": "workspace:*",
"@types/qs": "6.9.15",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"nativebird": "1.2.11",
"penpal": "^6.2.2",
"qs": "^6.11.2",
"vite": "^4.5.0"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js"
}
},
"registry": "https://registry.npmjs.org"
}
}