forked from rsletta/sap_btp_icons_drawio_lib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 968 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
36
37
{
"name": "sap_btp_icons_drawio_lib",
"version": "0.0.1",
"description": "SAP BTP Icons - Draw.io custom library",
"contributors": [
"Ronnie André Bjørvik Sletta",
"Mauricio Lauffer",
"Christian Schürings",
"Jakob Kjaer"
],
"license": "MIT",
"type": "module",
"main": "src/index.js",
"homepage": "https://github.com/rsletta/sap_btp_icons_drawio_lib#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"md-2-json": "^2.0.0",
"octokit": "^3.1.1",
"xml-escape": "^1.1.0"
},
"scripts": {
"start": "node src/index.js",
"create_template": "node src/create_template.js",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rsletta/sap_btp_icons_drawio_lib.git"
},
"bugs": {
"url": "https://github.com/rsletta/sap_btp_icons_drawio_lib/issues"
},
"devDependencies": {
"eslint": "^8.54.0",
"eslint-config-mlauffer-nodejs": "^1.4.5"
}
}