mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-04 15:56:24 +02:00
47 lines
1006 B
JSON
47 lines
1006 B
JSON
{
|
|
"name": "eslint-plugin-adonis",
|
|
"version": "2.1.1",
|
|
"description": "ESlint rules for AdonisJs applications and addons",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintplugin",
|
|
"eslint-plugin",
|
|
"adonisjs",
|
|
"typescript"
|
|
],
|
|
"scripts": {
|
|
"release": "np"
|
|
},
|
|
"author": "adonisjs,virk",
|
|
"main": "lib/index.js",
|
|
"devDependencies": {
|
|
"eslint": "^8.23.1",
|
|
"np": "^7.6.2"
|
|
},
|
|
"np": {
|
|
"tests": false
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AdonisCommunity/eslint-plugin-adonis.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/AdonisCommunity/eslint-plugin-adonis/issues"
|
|
},
|
|
"homepage": "https://github.com/AdonisCommunity/eslint-plugin-adonis#readme",
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.37.0",
|
|
"@typescript-eslint/parser": "^5.37.0"
|
|
}
|
|
}
|