internal changes only

- remade config module
- renamed loc to i18n because that's what all developers do
- moved code to src to make repo look cleaner
- fixed some i18n strings
This commit is contained in:
wukko
2022-07-17 17:08:49 +06:00
parent 227dc8436c
commit 67223b3acd
62 changed files with 50 additions and 55 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cobalt",
"description": "easy to use social media downloader",
"description": "probably the friendliest social media downloader yet",
"version": "2.2",
"author": "wukko",
"exports": "./cobalt.js",
@@ -9,8 +9,8 @@
"node": ">=14.16"
},
"scripts": {
"start": "node cobalt",
"setup": "node modules/setup.js"
"start": "node src/cobalt",
"setup": "node src/modules/setup"
},
"repository": {
"type": "git",