clipboard-sdk
Version:
复制文本时自动添加版权小尾巴
35 lines (34 loc) • 735 B
JSON
{
"name": "clipboard-sdk",
"version": "1.0.9",
"description": "复制文本时自动添加版权小尾巴",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"keywords": [
"clipboard",
"小尾巴",
"版权",
"复制",
"粘贴"
],
"files": [
"dist"
],
"author": "",
"license": "ISC",
"devDependencies": {
"rollup": "^2.79.1",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-typescript2": "^0.34.0",
"typescript": "^4.8.4"
},
"dependencies": {
"rollup-plugin-commonjs": "^10.1.0"
}
}