textwrench-observer
Version:
Cross-platform (Mac/Win) library to get OS-level text selection, process it, and paste automatically.
28 lines (27 loc) • 682 B
JSON
{
"name": "textwrench-observer",
"version": "4.49.0",
"description": "Cross-platform (Mac/Win) library to get OS-level text selection, process it, and paste automatically.",
"main": "index.js",
"scripts": {
"build-mac": "cd helpers/mac && ./build.sh",
"prepare": "npm run build-mac"
},
"keywords": [
"electron",
"macos",
"windows",
"text-selection",
"clipboard",
"automation"
],
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/a-ahandani/textwrench-observer.git"
},
"os": [
"darwin"
]
}