share-light
Version:
40 lines • 941 B
JSON
{
"name": "share-light",
"version": "1.0.2",
"description": "轻量级的分享SDK",
"keywords": [
"plugin-light",
"share-light",
"share-sdk"
],
"homepage": "https://novlan1.github.io/docs/plugin-light/zh/share-light.html",
"bugs": {
"url": "https://github.com/novlan1/plugin-light/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/novlan1/plugin-light"
},
"license": "MIT",
"author": "novlan1",
"sideEffects": "false",
"main": "./lib/index",
"files": [
"lib"
],
"dependencies": {
"t-comm": "^3.0.22"
},
"devDependencies": {
"qq-share": "latest"
},
"engines": {
"node": "12.x || 14.x || >= 16"
},
"scripts": {
"build": "rm -rf lib && rollup -c",
"bump": "node ../../script/monorepo/version-simple $PWD",
"changelog": "node ../../script/monorepo/changelog $PWD",
"release": "node ../../script/monorepo/release $PWD"
}
}