mirror of
https://github.com/KevinMidboe/CD.git
synced 2025-10-29 09:30:16 +00:00
Init commit. Express server listening to github webhooks on port 5005
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "CD",
|
||||
"version": "1.0.0",
|
||||
"description": "Modular deployment server",
|
||||
"main": "index.js",
|
||||
"author": "Kevin Midboe",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "^1.19.0",
|
||||
"express": "^4.17.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user