chore: integrate old MemoryPalace files and configure auto-commit

This commit is contained in:
2026-01-26 17:19:26 -05:00
parent 23cb27503e
commit e763f5a9d5
24 changed files with 2032 additions and 34 deletions

View File

@@ -8,14 +8,17 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bookmarklet": "node code/utils/bookmarkletMaker.js"
"bookmarklet": "node code/utils/bookmarkletMaker.js",
"readme": "node code/utils/git/updateReadme.js",
"format": "prettier . --write --ignore-unknown"
},
"keywords": [],
"author": "FragginWagon <greg.r.jacobs@gmail.com> (http://binarywasteland.com/)",
"license": "ISC",
"type": "module",
"devDependencies": {
"eslint": "^9.39.2"
"eslint": "^9.39.2",
"prettier": "^3.3.3"
},
"dependencies": {
"clipboardy": "^5.0.2"