-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 954 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
{
"name": "@ecl/web-components-menu",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "0.15.0",
"description": "ECL Menu",
"main": "ecl-menu.tsx",
"private": true,
"scripts": {
"build:styles": "cross-env ecl-builder styles",
"build:scripts": "cross-env ecl-builder scripts",
"build": "run-s clean build:*",
"clean": "rimraf build",
"prepublish": "npm run build"
},
"devDependencies": {
"@ecl/builder": "3.13.0",
"@ecl/vanilla-component-menu": "3.13.0",
"@ecl/vanilla-layout-grid": "3.13.0",
"cross-env": "7.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/planctus/ecl-webcomponents.git"
},
"bugs": {
"url": "https://github.com/planctus/ecl-webcomponents/issues"
},
"homepage": "https://github.com/planctus/ecl-webcomponents",
"keywords": [
"ecl",
"europa-component-library",
"design-system",
"web-components"
]
}