@cliz/cp
Version:
Online pbcopy + pbpaste
98 lines (97 loc) • 2.24 kB
JSON
{
"name": "@cliz/cp",
"version": "0.3.64",
"description": "Online pbcopy + pbpaste",
"keywords": [
"cliz",
"cli",
"pbcopy",
"pbpaste",
"pbgopy"
],
"author": "zero <tobewhatwewant@gmail.com>",
"homepage": "https://github.com/koexjs/koex#readme",
"license": "MIT",
"main": "lib/cli.js",
"typings": "lib/cli.d.ts",
"bin": {
"cliz-cp": "lib/cli.js",
"pbzopy": "lib/cli.js"
},
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"jest": {
"roots": [
"__tests__"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": ".*\\.(spec|test)\\.(ts|tsx)$",
"moduleDirectories": [
"node_modules",
"src"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx"
],
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.{ts,tsx}"
],
"coverageThreshold": {
"global": {
"branches": 0,
"functions": 0,
"lines": 0,
"statements": 0
}
},
"preset": "ts-jest"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koexjs/koex.git"
},
"scripts": {
"build": "npm run clean && tsc -p tsconfig.build.json",
"watch": "npm run clean && tsc -p tsconfig.build.json -w",
"clean": "rm -rf lib",
"test": "jest -w 1",
"coverage": "codecov",
"pkg": "rm -rf pkg && yarn build && koex pkg",
"copy": "tsc-watch -p tsconfig.json --onSuccess \"node lib/cli.js copy $P\"",
"paste": "tsc-watch -p tsconfig.json --onSuccess \"node lib/cli.js paste\"",
"relay": "tsc-watch -p tsconfig.json --onSuccess \"node lib/cli.js relay\"",
"cli": "node lib/cli.js"
},
"bugs": {
"url": "https://github.com/koexjs/koex/issues"
},
"dependencies": {
"@cliz/cli": "^1.0.28",
"@types/ws": "^7.4.4",
"@znode/websocket": "^0.3.5",
"@zodash/aes": "^0.0.4",
"@zodash/doreamon": "^0.4.66",
"@zodash/md5": "^0.0.5",
"chalk": "^4.1.1",
"debug": "^4.3.1",
"ws": "^7.4.6"
},
"cliz": {
"name": "cp"
},
"gitHead": "f4db9517141d41c206bdc1a4841bc224c31544fb"
}