chore: integrate old MemoryPalace files and configure auto-commit
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user