2d593744fd
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.5 to 2.28.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.0)
25 lines
721 B
JSON
25 lines
721 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": "^6.2.1",
|
|
"concurrently": "^8.2.0",
|
|
"eslint": "^8.46.0",
|
|
"eslint-plugin-import": "^2.28.0",
|
|
"eslint-plugin-only-warn": "^1.1.0",
|
|
"reload": "^3.2.1"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|