2016-02-29 00:48:55 +00:00
|
|
|
{
|
|
|
|
"name": "all-contributors-cli",
|
2017-01-25 18:20:34 +00:00
|
|
|
"version": "0.0.0-semantically-released",
|
2016-02-29 00:48:55 +00:00
|
|
|
"description": "Tool to easily add recognition for new contributors",
|
2016-02-29 23:15:56 +00:00
|
|
|
"bin": {
|
2017-11-22 18:09:06 +00:00
|
|
|
"all-contributors": "dist/cli.js"
|
2016-02-29 23:15:56 +00:00
|
|
|
},
|
2019-01-09 14:37:49 +00:00
|
|
|
"main": "dist/api.js",
|
2018-08-02 21:51:04 +00:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2017-02-15 21:25:32 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=4"
|
|
|
|
},
|
2016-02-29 21:08:23 +00:00
|
|
|
"scripts": {
|
2017-11-22 18:09:06 +00:00
|
|
|
"add-contributor": "kcd-scripts contributors add",
|
|
|
|
"build": "kcd-scripts build",
|
|
|
|
"lint": "kcd-scripts lint",
|
|
|
|
"test": "kcd-scripts test",
|
2019-01-17 11:05:09 +00:00
|
|
|
"validate": "kcd-scripts validate",
|
2019-02-06 18:37:09 +00:00
|
|
|
"commit": "git-cz",
|
|
|
|
"start": "./dist/cli.js",
|
|
|
|
"dev": "./src/cli.js"
|
2019-01-17 08:54:41 +00:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "kcd-scripts pre-commit"
|
|
|
|
}
|
2016-02-29 21:08:23 +00:00
|
|
|
},
|
2016-02-29 00:48:55 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-01-07 06:38:29 +00:00
|
|
|
"url": "https://github.com/all-contributors/all-contributors-cli.git"
|
2016-02-29 00:48:55 +00:00
|
|
|
},
|
2018-08-02 21:51:04 +00:00
|
|
|
"keywords": [
|
|
|
|
"all-contributors",
|
|
|
|
"contributors"
|
|
|
|
],
|
2016-02-29 00:48:55 +00:00
|
|
|
"author": "Jeroen Engels <jfm.engels@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2019-01-07 06:38:29 +00:00
|
|
|
"url": "https://github.com/all-contributors/all-contributors-cli/issues"
|
2016-02-29 00:48:55 +00:00
|
|
|
},
|
2019-01-07 06:38:29 +00:00
|
|
|
"homepage": "https://github.com/all-contributors/all-contributors-cli#readme",
|
2016-02-29 00:48:55 +00:00
|
|
|
"dependencies": {
|
2020-01-26 19:42:01 +00:00
|
|
|
"@babel/runtime": "^7.7.6",
|
2022-09-07 08:24:11 +00:00
|
|
|
"async": "^3.1.0",
|
2020-04-02 13:16:42 +00:00
|
|
|
"chalk": "^4.0.0",
|
2019-12-17 00:47:52 +00:00
|
|
|
"didyoumean": "^1.2.1",
|
2021-05-14 19:06:40 +00:00
|
|
|
"inquirer": "^7.3.3",
|
2022-09-07 08:24:11 +00:00
|
|
|
"json-fixer": "^1.6.8",
|
2016-05-05 14:15:29 +00:00
|
|
|
"lodash": "^4.11.2",
|
2020-08-14 09:21:34 +00:00
|
|
|
"node-fetch": "^2.6.0",
|
2020-02-16 12:21:54 +00:00
|
|
|
"pify": "^5.0.0",
|
2019-11-18 00:34:14 +00:00
|
|
|
"yargs": "^15.0.1"
|
2016-02-29 10:45:19 +00:00
|
|
|
},
|
2016-02-29 21:08:23 +00:00
|
|
|
"devDependencies": {
|
2022-09-07 08:24:11 +00:00
|
|
|
"codecov": "^3.8.1",
|
|
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
|
|
"git-cz": "^4.7.6",
|
2020-06-27 19:36:20 +00:00
|
|
|
"kcd-scripts": "^6.2.0",
|
2020-02-17 09:56:41 +00:00
|
|
|
"nock": "^12.0.0",
|
2020-05-24 20:30:48 +00:00
|
|
|
"semantic-release": "^17.0.8"
|
2016-03-06 23:20:10 +00:00
|
|
|
},
|
2023-05-28 22:30:15 +00:00
|
|
|
"optionalDependencies": {
|
|
|
|
"prettier": "^2"
|
|
|
|
},
|
2018-08-02 21:51:04 +00:00
|
|
|
"eslintIgnore": [
|
|
|
|
"node_modules",
|
|
|
|
"coverage",
|
|
|
|
"dist"
|
|
|
|
],
|
2017-11-22 18:09:06 +00:00
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "./node_modules/kcd-scripts/eslint.js",
|
2016-03-06 23:20:10 +00:00
|
|
|
"rules": {
|
2017-11-22 18:09:06 +00:00
|
|
|
"camelcase": "off",
|
|
|
|
"no-process-exit": "off",
|
|
|
|
"import/extensions": "off",
|
|
|
|
"func-names": "off",
|
|
|
|
"consistent-return": "off"
|
2016-03-06 23:20:10 +00:00
|
|
|
}
|
2019-01-17 11:05:09 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "cz-conventional-changelog"
|
|
|
|
}
|
2016-02-29 00:48:55 +00:00
|
|
|
}
|
|
|
|
}
|