-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 906 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 906 Bytes
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
{
"name": "lit-google-map",
"version": "0.1.0",
"description": "Google Maps web components based on LitElement",
"private": true,
"license": "MIT",
"author": {
"name": "Arkadiusz Wójcik",
"url": "http://github.com/arkadiuszwojcik"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arkadiuszwojcik/lit-google-map.git"
},
"main": "dist/lit-google-map.bundle.min.js",
"module": "dist/lit-google-map.esm.min.js",
"typings": "*.d.ts",
"scripts": {
"build": "tsc",
"bundle": "npm run build && rollup -c"
},
"dependencies": {
"lit-element": "^2.2.1"
},
"devDependencies": {
"@types/googlemaps": "^3.39.2",
"typescript": "^3.7.5",
"rollup": "^1.30.0",
"@rollup/plugin-node-resolve": "^7.0.0",
"rollup-plugin-terser": "^5.2.0"
}
}