22 lines
575 B
JSON
22 lines
575 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|