24 lines
605 B
JSON
24 lines
605 B
JSON
{
|
|
"name": "memorypalace",
|
|
"version": "1.0.0",
|
|
"description": "A hybrid workspace combining Obsidian-style knowledge management with code development.",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"bookmarklet": "node code/utils/bookmarkletMaker.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "FragginWagon <greg.r.jacobs@gmail.com> (http://binarywasteland.com/)",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"eslint": "^9.39.2"
|
|
},
|
|
"dependencies": {
|
|
"clipboardy": "^5.0.2"
|
|
}
|
|
}
|