Update package.json

This commit is contained in:
Moe Poi ~ 2021-11-02 12:41:09 +07:00
parent fe8198b4e6
commit 3df5614c05

View file

@ -1,13 +1,13 @@
{ {
"name": "nekoya-coba", "name": "nekoya",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "Web application for Nekoya ~",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"dev": "nodemon index.js", "dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "dshrat", "author": "Nekoya Dev",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"ejs": "^3.1.6", "ejs": "^3.1.6",