mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-19 00:18:07 +00:00
20 lines
333 B
JSON
20 lines
333 B
JSON
|
{
|
||
|
"name": "@kou029w/http-echo",
|
||
|
"version": "1.0.0",
|
||
|
"description": "HTTP Echo Server",
|
||
|
"main": "index.js",
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"start": "node index.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"express": "latest"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"sync-glitch-cli": "latest"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": "12.x"
|
||
|
}
|
||
|
}
|