20 lines
347 B
JSON
20 lines
347 B
JSON
{
|
|
"name": "webpage",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "webpage"
|
|
},
|
|
"author": "Antone",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"nodemon": "^3.0.1"
|
|
}
|
|
}
|