inkdrop-command-palette/package.json
2022-08-17 05:11:16 +08:00

13 lines
310 B
JSON

{
"name": "command-palette",
"main": "./lib/commandpalette",
"version": "0.0.1",
"description": "A command palette for inkdrop",
"keywords": [],
"repository": "https://github.com/fuwaa/command-palette-inkdrop",
"license": "MIT",
"engines": {
"inkdrop": "^5.3.1"
},
"dependencies": {}
}