四好公路
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

59 lines
1.1 KiB

{
"name": "args",
"version": "3.0.8",
"description": "Minimal toolkit for building CLIs",
"files": [
"lib"
],
"main": "lib/index.js",
"scripts": {
"precommit": "lint-staged",
"test": "npm run lint && ava",
"lint": "xo"
},
"repository": "leo/args",
"engines": {
"node": "> 4.0.0"
},
"keywords": [
"cli",
"command",
"arguments",
"util",
"bin",
"commander",
"nanomist"
],
"xo": {
"extends": "prettier"
},
"lint-staged": {
"*.js": [
"npm run lint",
"prettier --single-quote --write",
"git add"
]
},
"author": "leo",
"license": "MIT",
"bugs": {
"url": "https://github.com/leo/args/issues"
},
"homepage": "https://github.com/leo/args#readme",
"devDependencies": {
"ava": "0.22.0",
"eslint-config-prettier": "2.3.0",
"execa": "0.8.0",
"husky": "0.14.3",
"lint-staged": "4.0.4",
"prettier": "1.6.1",
"xo": "0.18.2"
},
"dependencies": {
"camelcase": "4.1.0",
"chalk": "2.1.0",
"mri": "1.1.0",
"pkginfo": "0.4.1",
"string-similarity": "1.2.0"
}
}