inkdrop-command-palette/package.json
2022-08-24 17:12:40 +08:00

13 lines
322 B
JSON

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