@cliz/transfer
Version:
a simple commandline to transfer file (file transfer)
94 lines (93 loc) • 2.06 kB
JSON
{
"name": "@cliz/transfer",
"version": "0.1.71",
"description": "a simple commandline to transfer file (file transfer)",
"keywords": [
"cli",
"cliz"
],
"author": "zero <tobewhatwewant@gmail.com>",
"homepage": "https://github.com/zcorky/cliz#readme",
"license": "MIT",
"main": "./lib/index.js",
"typings": "lib/index.d.ts",
"directories": {
"lib": "lib"
},
"bin": {
"cliz-transfer": "./lib/bin/index.js"
},
"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": 80,
"functions": 90,
"lines": 80,
"statements": -10
}
},
"preset": "ts-jest"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koexjs/koex.git"
},
"scripts": {
"dev": "tsc-watch -p tsconfig.json --onSuccess \"node lib/bin/index.js\"",
"build": "tsc",
"test": "jest -w 1",
"coverage": "codecov"
},
"bugs": {
"url": "https://github.com/koexjs/koex/issues"
},
"dependencies": {
"@cliz/cli": "^1.0.28",
"@zodash/debounce": "^0.0.20",
"@zodash/format": "^1.1.1",
"@zodash/throttle": "^0.0.20",
"boxen": "^4.2.0",
"chokidar": "^3.4.1",
"clipboardy": "^2.3.0",
"commander": "^5.1.0",
"debug": "^4.1.1",
"detect-port": "^1.3.0",
"node-fetch": "^2.6.1",
"ora": "^4.0.4"
},
"devDependencies": {
"@types/ali-oss": "^6.0.5",
"@types/debug": "^4.1.5",
"@types/detect-port": "^1.3.0",
"@types/node-fetch": "^2.5.7"
},
"gitHead": "f4db9517141d41c206bdc1a4841bc224c31544fb"
}