@cloudcmd/copy-file
Version:
simply copy a file
63 lines (62 loc) • 1.53 kB
JSON
{
"name": "@cloudcmd/copy-file",
"version": "4.0.0",
"description": "simply copy a file",
"main": "lib/copy-file.js",
"access": "public",
"scripts": {
"watch:coverage": "madrun watch:coverage",
"watch:test": "madrun watch:test",
"watcher": "madrun watcher",
"test": "madrun test",
"coverage": "madrun coverage",
"report": "madrun report",
"lint": "madrun lint",
"lint:test": "madrun lint:test",
"fix:lint": "madrun fix:lint"
},
"dependencies": {
"copy-symlink": "^2.0.0",
"pipe-io": "^4.0.0",
"try-to-catch": "^3.0.0",
"wraptile": "^3.0.0"
},
"devDependencies": {
"@cloudcmd/stub": "^3.1.0",
"coveralls": "^3.0.0",
"eslint": "^7.9.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^7.1.1",
"madrun": "^8.6.4",
"mock-require": "^3.0.2",
"nodemon": "^2.0.2",
"nyc": "^15.0.0",
"putout": "^14.2.0",
"rimraf": "^3.0.0",
"squad": "^3.0.0",
"supertape": "^4.9.1",
"through2": "^4.0.2",
"try-catch": "^3.0.0"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "git://github.com/cloudcmd/copy-file.git"
},
"keywords": [
"copy",
"stream",
"file"
],
"author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudcmd/copy-file/issues"
},
"homepage": "https://github.com/cloudcmd/copy-file",
"publishConfig": {
"access": "public"
}
}