mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
48 lines
1.6 KiB
JSON
48 lines
1.6 KiB
JSON
{
|
|
"name": "@openstapps/eslint-config",
|
|
"version": "1.1.0",
|
|
"main": "index.js",
|
|
"description": "A collection of configuration base files for StApps projects.",
|
|
"scripts": {
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
|
|
"test": "eslint -c index.js test/test-file.ts",
|
|
"prepublishOnly": "npm ci && npm test",
|
|
"postversion": "npm run changelog",
|
|
"preversion": "npm run prepublishOnly",
|
|
"push": "git push && git push origin \"v$npm_package_version\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitlab.com:openstapps/eslint-config.git"
|
|
},
|
|
"author": "Thea Schöbl",
|
|
"contributors": [
|
|
"Rainer Killinger <mail-openstapps@killinger.co>"
|
|
],
|
|
"license": "GPL-3.0-only",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@openstapps/configuration": "0.31.0",
|
|
"@typescript-eslint/eslint-plugin": ">=5.29.0",
|
|
"@typescript-eslint/parser": ">=5.29.0",
|
|
"conventional-changelog-cli": "2.2.2",
|
|
"eslint": ">=8.18.0",
|
|
"eslint-config-prettier": ">=8.5.0",
|
|
"eslint-plugin-jsdoc": ">=39.3.3",
|
|
"eslint-plugin-prettier": ">=4.0.0",
|
|
"eslint-plugin-unicorn": ">=42.0.0",
|
|
"prettier": ">=2.7.1",
|
|
"typescript": "4.4.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/eslint-plugin": ">=5.29.0",
|
|
"@typescript-eslint/parser": ">=5.29.0",
|
|
"eslint": ">=8.18.0",
|
|
"eslint-config-prettier": ">=8.5.0",
|
|
"eslint-plugin-jsdoc": ">=39.3.3",
|
|
"eslint-plugin-prettier": ">=4.0.0",
|
|
"eslint-plugin-unicorn": ">=41.0.1",
|
|
"prettier": ">=2.7.1"
|
|
}
|
|
}
|