-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 938 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
{
"name": "belgiantrain-liveboard",
"description": "A web component simulating the liveboards in the NMBS/SNCB train stations",
"license": "MIT",
"author": "Jonathan C. (https://github.com/jonatcln)",
"version": "0.1.0",
"repository": "github:jonatcln/belgiantrain-liveboard-wc",
"main": "index.js",
"module": "index.js",
"scripts": {
"analyze": "cem analyze --litelement",
"start": "web-dev-server",
"build": "rimraf dist && rollup -c rollup.config.js"
},
"dependencies": {
"lit": "^2.0.2"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.4.17",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@web/dev-server": "^0.1.34",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2"
},
"customElements": "custom-elements.json"
}