zipme
Version:
A command line utility to compress any type of file.
55 lines (54 loc) • 1.1 kB
JSON
{
"name": "zipme",
"version": "1.1.2",
"description": "A command line utility to compress any type of file.",
"homepage": "https://github.com/amit-upadhyay-IT/zipme",
"author": {
"name": "Amit Upadhyay",
"email": "amitupadhyayemail@gmail.com",
"url": "https://github.com/amit-upadhyay-IT"
},
"files": [
"./cli.js",
"./index.js"
],
"main": "lib/index.js",
"keywords": [
"compressing file",
"compress",
"zip file",
"zip",
"shorten file"
],
"devDependencies": {
"coveralls": "^2.13.1",
"nsp": "^2.6.3",
"eslint": "^4.1.0",
"eslint-config-xo-space": "^0.16.0",
"jest": "^21.0.0",
"jest-cli": "^21.0.0"
},
"scripts": {
"prepublish": "nsp check",
"pretest": "eslint . --fix",
"test": "jest"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"jest": true,
"node": true
}
},
"repository": "amit-upadhyay-it/zipme",
"jest": {
"testEnvironment": "node"
},
"license": "Apache-2.0",
"bin": {
"zipme": "cli.js"
},
"dependencies": {
"meow": "^3.7.0"
}
}