Initial commit
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user