ebe9fe1ef0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.48.0 to 5.48.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.48.1/packages/eslint-plugin)
25 lines
722 B
JSON
25 lines
722 B
JSON
{
|
|
"name": "nwex.de",
|
|
"version": "1.0.0",
|
|
"description": "Landing page for nwex.de",
|
|
"scripts": {
|
|
"start": "concurrently --kill-others 'tsc -p tsconfig.json --watch' 'reload -b -d public'"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.upi.li/networkException/nwex.de"
|
|
},
|
|
"author": "networkException",
|
|
"license": "UNLICENSED",
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
|
"concurrently": "^7.6.0",
|
|
"eslint": "^8.31.0",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"eslint-plugin-only-warn": "^1.1.0",
|
|
"reload": "^3.2.1"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|