forked from alibaba/lowcode-engine
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@felce/lowcode-plugin-command",
"version": "1.5.1",
"description": "> TODO: description",
"author": "liujuping <liujup@foxmail.com>",
"homepage": "https://github.com/fe-lce/lowcode-engine#readme",
"license": "ISC",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"dist"
],
"main": "src/index.ts",
"module": "src/index.ts",
"scripts": {
"test": "vitest",
"test:ui": "vitest --ui",
"test:cov": "vitest run --coverage",
"build": "vite build"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fe-lce/lowcode-engine.git"
},
"bugs": {
"url": "https://github.com/fe-lce/lowcode-engine/issues"
},
"dependencies": {
"@felce/lowcode-types": "1.5.1",
"@felce/lowcode-utils": "1.5.1"
},
"devDependencies": {
"vite": "^6.0.6"
},
"gitHead": "af061dee75cb9dc19df29d63c34fffba252c9b8c"
}