-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 722 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 722 Bytes
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
{
"name": "df-cc",
"version": "1.0.2",
"description": "DataFlex Custom Component CLI — scaffold and generate components for DataFlex webapps",
"keywords": [
"dataflex",
"custom component",
"cli",
"generator"
],
"homepage": "https://github.com/jkruse/dataflex-custom-component",
"license": "MIT",
"author": "Jakob Kruse <kruse@kruse-net.dk>",
"funding": "https://paypal.me/mrkruse",
"repository": {
"type": "git",
"url": "git+https://github.com/jkruse/dataflex-custom-component.git"
},
"type": "commonjs",
"bin": {
"df-cc": "bin/dfcc.js"
},
"dependencies": {
"commander": "^15.0.0"
},
"engines": {
"node": ">=22.12"
}
}