@10yun/open-sdk
Version:
开放平台接入sdk
51 lines • 1.07 kB
JSON
{
"name": "@10yun/open-sdk",
"version": "0.3.104",
"version2": "0.2.1",
"description": "开放平台接入sdk",
"author": "10yun.com",
"license": "MIT",
"keywords": [
"十云",
"10yun",
"https://www.10yun.com",
"https://cvjs.cn",
"helper",
"utils",
"javascript",
"vite打包"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://gitee.com/open10/open-sdk"
},
"bugs": {
"url": "https://gitee.com/open10/open-sdk/issues"
},
"homepage": "https://gitee.com/open10/open-sdk",
"type": "module",
"main": "./dist/open-sdk.umd.js",
"module": "./dist/open-sdk.es.js",
"types": "./dist/index.d.ts",
"files": [
"common",
"dist",
"uncompiled",
"vite-plugin-qiankun",
"vite-plugin-shiyun.js"
],
"scripts": {
"build": "vite build"
},
"dependencies": {
"cheerio": "^1.1.0",
"localforage": "^1.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.4"
},
"peerDependencies": {}
}