@guanghechen/mini-copy
Version:
Access system clipboard (also support to share clipboard in wsl with windows).
53 lines (52 loc) • 1.39 kB
JSON
{
"name": "@guanghechen/mini-copy",
"version": "6.0.4",
"description": "Access system clipboard (also support to share clipboard in wsl with windows).",
"author": {
"name": "guanghechen",
"url": "https://github.com/guanghechen/"
},
"repository": {
"type": "git",
"url": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/mini-copy@6.0.3",
"directory": "packages/mini-copy"
},
"homepage": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/mini-copy@6.0.3/packages/mini-copy#readme",
"keywords": [
"clipboard",
"wsl"
],
"type": "module",
"exports": {
".": {
"source": "./src/index.ts",
"import": "./lib/esm/index.mjs",
"require": "./lib/cjs/index.cjs",
"types": "./lib/types/index.d.ts"
}
},
"source": "./src/index.ts",
"main": "./lib/cjs/index.cjs",
"module": "./lib/esm/index.mjs",
"types": "./lib/types/index.d.ts",
"license": "MIT",
"engines": {
"node": ">= 18.0.0"
},
"files": [
"lib/",
"!lib/**/*.map",
"package.json",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"dependencies": {
"@guanghechen/exec": "^1.0.8",
"@guanghechen/fs": "^1.0.10",
"@guanghechen/invariant": "^6.0.5",
"@guanghechen/reporter.types": "^1.0.5",
"clipboardy": "4.0.0"
},
"gitHead": "912804aec3ebb26b3312147b519e27dab17c2e4f"
}