mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
16 lines
309 B
JSON
16 lines
309 B
JSON
{
|
|
"name": "test-server",
|
|
"version": "0.0.0",
|
|
"description": "Test server for nodemon",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": "",
|
|
"author": "Remy Sharp",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"connect": "~2.7.2"
|
|
}
|
|
}
|