mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-10 00:16:21 +01:00
19 lines
368 B
JSON
19 lines
368 B
JSON
{
|
|
"name": "nekoya-coba",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "nodemon index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "dshrat",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ejs": "^3.1.6",
|
|
"express": "^4.17.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.14"
|
|
}
|
|
}
|