Files

49 lines
1.1 KiB
JSON

{
"name": "tinyclip",
"packageManager": "pnpm@10.30.1",
"version": "0.1.12",
"description": "A tiny utility to interact with the system clipboard.",
"keywords": [
"clipboard",
"copy",
"paste"
],
"files": [
"dist"
],
"homepage": "https://github.com/tinylibs/tinyclip#readme",
"bugs": {
"url": "https://github.com/tinylibs/tinyclip/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tinylibs/tinyclip.git"
},
"license": "MIT",
"author": "Tinylibs Maintainers (https://github.com/tinylibs)",
"type": "module",
"main": "./dist/index.js",
"exports": {
".": {
"default": "./dist/index.js"
}
},
"engines": {
"node": "^16.14.0 || >= 17.3.0"
},
"scripts": {
"build": "tsgo --build",
"test": "vitest run",
"format": "prettier --write .",
"lint": "pnpm lint:format",
"lint:format": "prettier --check ."
},
"devDependencies": {
"@types/node": "^25.3.3",
"@typescript/native-preview": "^7.0.0-dev.20260228.1",
"@vitest/coverage-v8": "^4.0.18",
"prettier": "^3.7.4",
"vitest": "^4.0.18"
}
}