fix directories, move lint+build to scripts

This commit is contained in:
f0x
2022-11-07 20:29:05 +00:00
parent 72d6506c84
commit 2297d7f65f
2 changed files with 8 additions and 3 deletions

View File

@@ -5,6 +5,11 @@
"main": "index.js",
"author": "f0x",
"license": "AGPL-3.0",
"scripts": {
"lint": "eslint .",
"build": "node index.js",
"dev": "NODE_ENV=development node index.js"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.6",
"bluebird": "^3.7.2",