31 строка
718 B
JSON
31 строка
718 B
JSON
{
|
|
"name": "eslint-plugin-fxa",
|
|
"version": "2.0.2",
|
|
"description": "eslint plugin for Firefox Accounts",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"dependencies": {
|
|
"eslint": "6.6.0",
|
|
"eslint-config-prettier": "6.5.0",
|
|
"ramda": "^0.26.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "10.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=6.6.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mozilla/eslint-plugin-fxa.git"
|
|
},
|
|
"author": "Mozilla (https://mozilla.org)",
|
|
"license": "MPL-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/mozilla/eslint-plugin-fxa/issues"
|
|
},
|
|
"homepage": "https://github.com/mozilla/eslint-plugin-fxa#readme"
|
|
}
|