inkdrop-command-palette/package.json

14 lines
322 B
JSON
Raw Permalink Normal View History

2022-08-16 18:45:23 +00:00
{
"name": "command-palette",
2022-08-16 21:11:16 +00:00
"main": "./lib/commandpalette",
2022-08-24 09:20:58 +00:00
"version": "1.0.0",
2022-08-24 08:08:38 +00:00
"description": "A VSCode-like command palette for inkdrop",
2022-08-16 18:45:23 +00:00
"keywords": [],
2022-08-24 05:00:40 +00:00
"repository": "https://github.com/fuwaa/inkdrop-command-palette",
2022-08-16 18:45:23 +00:00
"license": "MIT",
"engines": {
"inkdrop": "^5.3.1"
},
"dependencies": {}
}