change approach again
This commit is contained in:
36
package.json
Normal file
36
package.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"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",
|
||||
"nodemailer": "^4.6.4",
|
||||
"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",
|
||||
"@types/nodemailer": "^4.6.0",
|
||||
"typescript": "^2.6.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user