homepage/package.json
2018-05-10 22:23:31 +02:00

35 lines
875 B
JSON

{
"name": "homepage",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p ./",
"start": "node dist/main.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/wolutator/homepage.git"
},
"author": "Wolfgang Hottgenroth <woho@hottis.de>",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/wolutator/homepage/issues"
},
"homepage": "https://gitlab.com/wolutator/homepage#README",
"dependencies": {
"chalk": "^2.3.0",
"command-line-args": "^4.0.7",
"express": "^4.16.3",
"simple-node-logger": "^0.93.33"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/command-line-args": "^4.0.2",
"@types/express": "^4.11.1",
"@types/node": "^8.5.8",
"typescript": "^2.6.2"
}
}