nwex.de/package.json

22 lines
540 B
JSON
Raw Normal View History

{
"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'"
},
"repository": {
"type": "git",
"url": "https://gitlab.upi.li/networkException/nwex.de"
},
"author": "networkException",
"license": "UNLICENSED",
"devDependencies": {
"concurrently": "^6.3.0",
"reload": "^3.2.0"
},
"dependencies": {
"typescript": "^4.4.4"
}
}