9f355d4105
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.3...v5.0.4)
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.57.1",
|
|
"concurrently": "^8.0.1",
|
|
"eslint": "^8.38.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-only-warn": "^1.1.0",
|
|
"reload": "^3.2.1"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|