mirror of
https://github.com/jakejarvis/jakejarvis.git
synced 2025-04-26 13:28:28 -04:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [eslint](https://github.com/eslint/eslint) from 7.18.0 to 7.22.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.18.0...v7.22.0) Signed-off-by: dependabot[bot] <support@github.com>
73 lines
1.4 KiB
JSON
73 lines
1.4 KiB
JSON
{
|
|
"name": "@jakejarvis/cli",
|
|
"version": "1.7.337",
|
|
"description": "The Jake Jarvis CLI",
|
|
"homepage": "https://jarv.is/cli/",
|
|
"bugs": "https://github.com/jakejarvis/jakejarvis/issues",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"cli",
|
|
"jakejarvis",
|
|
"jarvis",
|
|
"portfolio",
|
|
"useless"
|
|
],
|
|
"author": {
|
|
"name": "Jake Jarvis",
|
|
"email": "jake@jarv.is",
|
|
"url": "https://jarv.is/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jakejarvis/jakejarvis.git"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
},
|
|
"files": [
|
|
"src/*"
|
|
],
|
|
"bin": {
|
|
"jakejarvis": "./src/cli.js"
|
|
},
|
|
"scripts": {
|
|
"test": "eslint ./src/*.js",
|
|
"cli": "node ./src/cli.js"
|
|
},
|
|
"dependencies": {
|
|
"import-jsx": "^4.0.0",
|
|
"ink": "^3.0.8",
|
|
"ink-big-text": "^1.1.0",
|
|
"ink-gradient": "^2.0.0",
|
|
"ink-select-input": "^4.2.0",
|
|
"meow": "^9.0.0",
|
|
"open": "^7.3.1",
|
|
"react": "^16.x"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.22.0",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"eslint-plugin-react-hooks": "^4.2.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:react/recommended",
|
|
"plugin:react-hooks/recommended"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 2017,
|
|
"sourceType": "module"
|
|
},
|
|
"env": {
|
|
"node": true,
|
|
"es6": true
|
|
},
|
|
"settings": {
|
|
"react": {
|
|
"version": "detect"
|
|
}
|
|
}
|
|
}
|
|
}
|