better organization, add in eslint as well as package and other helper bookmarklets found on confluence to have here if needed as a reference

This commit is contained in:
Greg Jacobs
2024-06-01 18:12:05 -04:00
parent 21397c5827
commit 1e4c307f97
14 changed files with 132 additions and 13 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "memorypalace",
"version": "0.0.1",
"description": "This project contains several files that perform various tasks. Here's a brief overview of each file:",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://stash.mgmt.local/users/greg.jacobs/repos/memorypalace/browse"
},
"author": "Greg Jacobs",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.4.0",
"eslint": "^9.4.0",
"globals": "^15.3.0",
"prettier": "^3.3.0"
}
}