mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
29 lines
876 B
JSON
29 lines
876 B
JSON
{
|
|
"name": "@openstapps/eslint-config",
|
|
"description": "A collection of configuration base files for StApps projects. Just an (unused) experiment for now.",
|
|
"version": "2.1.0",
|
|
"type": "commonjs",
|
|
"license": "GPL-3.0-only",
|
|
"repository": "git@gitlab.com:openstapps/eslint-config.git",
|
|
"author": "Thea Schöbl",
|
|
"contributors": [
|
|
"Rainer Killinger <mail-openstapps@killinger.co>"
|
|
],
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"@openstapps/tsconfig": "workspace:*",
|
|
"@types/node": "18.15.3",
|
|
"eslint": "8.33.0",
|
|
"typescript": "4.6.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "5.49.0",
|
|
"@typescript-eslint/parser": "5.49.0",
|
|
"eslint": "8.33.0",
|
|
"eslint-config-prettier": "8.6.0",
|
|
"eslint-plugin-jsdoc": "39.7.4",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"eslint-plugin-unicorn": "45.0.2"
|
|
}
|
|
}
|