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:
21
package.json
Normal file
21
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user