{ "name": "nwex.de", "version": "1.0.0", "description": "Landing page for nwex.de", "scripts": { "build": "tsc -p tsconfig.json", "start": "concurrently --kill-others 'tsc -p tsconfig.json --watch' 'reload -b -d public'" }, "repository": { "type": "git", "url": "https://git.nwex.de/networkException/nwex.de" }, "author": "networkException", "license": "BSD-2-Clause", "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.4.1", "concurrently": "^8.2.1", "eslint": "^8.48.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-only-warn": "^1.1.0", "reload": "^3.2.1" }, "dependencies": { "typescript": "^5.7.2" } }