-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 883 Bytes
/
package.json
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
{
"dependencies": {
"@pipelab/core": "1.3.3",
"adm-zip": "0.5.16",
"chokidar": "4.0.3",
"cors": "2.8.5",
"express": "4.21.2",
"inquirer": "12.3.0"
},
"name": "@pipelab/construct-plugin",
"description": "Pipelab construct plugin",
"version": "1.6.2",
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"build": "node build.js --buildWrapperExtension",
"dev": "node dev.js",
"doc": "node doc.js",
"validate": "node validate.js"
},
"repository": {
"type": "git",
"url": "https://github.com/CynToolkit/construct-plugin"
},
"author": "",
"license": "LICENSE.md",
"bugs": {
"url": "https://github.com/CynToolkit/construct-plugin/issues"
},
"homepage": "https://github.com/CynToolkit/construct-plugin#readme",
"devDependencies": {
"c3ide2-types": "1.0.1",
"electron": "33.3.1"
}
}