mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
3d26a8190c
* eslint deps * Update pnpm-lock.yaml
33 lines
913 B
JSON
33 lines
913 B
JSON
{
|
|
"name": "@verdaccio/eslint-config",
|
|
"version": "2.0.0-6-next.0",
|
|
"private": "true",
|
|
"description": "verdaccio eslint config",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"lint": "eslint . --ext .js"
|
|
},
|
|
"author": {
|
|
"name": "Juan Picado",
|
|
"email": "juanpicado19@gmail.com"
|
|
},
|
|
"dependencies": {
|
|
"eslint-config-google": "0.14.0",
|
|
"eslint-config-prettier": "8.3.0",
|
|
"eslint-plugin-babel": "5.3.1",
|
|
"eslint-plugin-import": "2.24.2",
|
|
"eslint-plugin-jest": "24.4.0",
|
|
"eslint-plugin-jsx-a11y": "6.4.1",
|
|
"eslint-plugin-prettier": "4.0.0",
|
|
"eslint-plugin-react": "7.25.1",
|
|
"eslint-plugin-react-hooks": "4.2.0",
|
|
"eslint-plugin-simple-import-sort": "7.0.0",
|
|
"eslint-plugin-verdaccio": "10.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "https",
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
|
},
|
|
"homepage": "https://verdaccio.org",
|
|
"license": "MIT"
|
|
}
|