Fixes in package.json

This commit is contained in:
Akif9748 2022-04-06 21:27:37 +03:00
parent 5052de4dd6
commit b4cbdf0f35
2 changed files with 4 additions and 7 deletions

5
.gitignore vendored
View File

@ -1,9 +1,6 @@
# Database
json.sqlite
# Dependency directories # Dependency directories
node_modules/ node_modules/
# Test files: # Test files:
a.js a.js
db.js db.js

View File

@ -4,8 +4,8 @@
"description": "A forum script written in Node.js", "description": "A forum script written in Node.js",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node index.js", "start": "node .",
"restart": "node reset.js" "reset": "node reset.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -19,7 +19,7 @@
"bugs": { "bugs": {
"url": "https://github.com/Akif9748/akf-forum/issues" "url": "https://github.com/Akif9748/akf-forum/issues"
}, },
"homepage": "https://github.com/Akif9748/akf-lang#readme", "homepage": "https://akf-forum.herokuapp.com/",
"dependencies": { "dependencies": {
"body-parser": "^1.19.2", "body-parser": "^1.19.2",
"ejs": "^3.1.6", "ejs": "^3.1.6",