Started switching to CommonJS

import to require
This commit is contained in:
2020-10-07 21:18:09 +02:00
parent 8437ea4682
commit 871919c838
7 changed files with 47 additions and 95 deletions

View File

@@ -2,12 +2,11 @@
"name": "menui_backend",
"version": "1.0.0",
"description": "backend for Menui",
"main": "app.mjs",
"main": "app.js",
"scripts": {
"test": "jest"
},
"keywords": [],
"type": "module",
"author": "Jonasz Bigda",
"license": "ISC",
"dependencies": {