mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
f3f00052d8
* build: eslint config as package * chore: fix formatting
21 lines
446 B
JSON
21 lines
446 B
JSON
{
|
|
"name": "@verdaccio/eslint-config",
|
|
"version": "1.0.0",
|
|
"private": "true",
|
|
"description": "verdaccio eslint config",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"lint": "eslint . --ext .js"
|
|
},
|
|
"author": {
|
|
"name": "Juan Picado",
|
|
"email": "juanpicado19@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "https",
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
|
},
|
|
"homepage": "https://verdaccio.org",
|
|
"license": "MIT"
|
|
}
|