mirror of
https://github.com/KevinMidboe/CD.git
synced 2025-10-29 01:20:16 +00:00
17 lines
305 B
JSON
17 lines
305 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|