-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·45 lines (45 loc) · 1.05 KB
/
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
36
37
38
39
40
41
42
43
44
45
{
"name": "bz-define",
"version": "0.2.0",
"main": "dist/index.js",
"author": {
"name": "Carlos Camilo Lobo Ulloque",
"email": "carloscamilo.loboulloque@gmail.com"
},
"description": "Builds the def/connector.json and actions.js file for your Bizagi Studio's custom connector.",
"keywords": [
"Bizagi",
"Bizagi Studio",
"Custom Connector",
"Connector Editor"
],
"bin": {
"bz-def": "./dist/index.js"
},
"scripts": {
"start": "node dist",
"dev": "npx babel src --out-dir dist"
},
"license": "MIT",
"dependencies": {
"bz-xml": "^0.1.0",
"mkpath": "^1.0.0",
"package.json": "^2.0.1"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/node": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Platekun/bz-define.git"
},
"bugs": {
"url": "https://github.com/Platekun/bz-define/issues"
}
}