Files
openstapps/package.json
Rainer Killinger f0bbed1445 0.0.3
2022-04-25 13:22:47 +02:00

48 lines
1.6 KiB
JSON

{
"name": "@openstapps/eslint-config",
"version": "0.0.3",
"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": {
"typescript": "4.4.4",
"@openstapps/configuration": "0.29.0",
"@typescript-eslint/eslint-plugin": ">=5.15.0",
"@typescript-eslint/parser": ">=5.15.0",
"conventional-changelog-cli": "2.1.1",
"eslint": ">=8.11.0",
"eslint-config-prettier": ">=8.5.0",
"eslint-plugin-jsdoc": ">=38.0.6",
"eslint-plugin-prettier": ">=4.0.0",
"eslint-plugin-unicorn": ">=41.0.1",
"prettier": ">=2.6.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=5.15.0",
"@typescript-eslint/parser": ">=5.15.0",
"eslint": ">=8.11.0",
"eslint-config-prettier": ">=8.5.0",
"eslint-plugin-jsdoc": ">=38.0.6",
"eslint-plugin-prettier": ">=4.0.0",
"eslint-plugin-unicorn": ">=41.0.1",
"prettier": ">=2.6.0"
}
}