-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 941 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 941 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@flowmetelev/wfkit",
"version": "1.7.0",
"description": "A powerful CLI utility for securely publishing Webflow projects with live development support.",
"main": "install.js",
"bin": {
"wfkit": "bin/wfkit.js"
},
"scripts": {
"postinstall": "node install.js"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"repository": {
"type": "git",
"url": "git+https://github.com/flowmetelev/wfkit.git"
},
"keywords": [
"webflow",
"cli",
"publish",
"development",
"deploy",
"sync"
],
"author": "Dmitry Metelev <mailmetelev@gmail.com>",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/flowmetelev/wfkit/issues"
},
"homepage": "https://github.com/flowmetelev/wfkit#readme",
"files": [
"bin/",
"install.js",
"package.json",
"README.md"
],
"engines": {
"node": ">=14.0.0"
}
}