UNPKG
@lvce-editor/command
Version:
latest (2.0.0)
2.0.0
1.2.0
1.1.0
1.0.0
Command module
@lvce-editor/command
/
package.json
15 lines
(14 loc)
•
272 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name"
:
"
@lvce
-editor/command"
,
"version"
:
"2.0.0"
,
"description"
:
"Command module"
,
"main"
:
"dist/index.js"
,
"type"
:
"module"
,
"types"
:
"dist/index.d.ts"
,
"keywords"
: [
"lvce-editor"
,
"command"
],
"author"
:
"Lvce Editor"
,
"license"
:
"MIT"
}