UNPKG

share-light

Version:
37 lines 888 B
{ "name": "share-light", "version": "1.0.0", "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": "^1.5.40" }, "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" } }