forked from heremaps/xyz-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1015 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": "@here/xyz-maps-common",
"version": "0.36.0",
"description": "Commonly used libraries of XYZ Maps.",
"author": {
"name": "HERE Europe B.V.",
"url": "https://here.com"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/heremaps/xyz-maps.git",
"directory": "packages/common"
},
"main": "dist/xyz-maps-common.min.js",
"module": "dist/xyz-maps-common.esm.min.js",
"files": [
"dist/xyz*.min.js"
],
"scripts": {
"watch-dev": "rollup -c --watch --environment BUILD:dev",
"build-dev": "rollup -c --environment BUILD:dev",
"build-release": "rollup -c --environment BUILD:production",
"update-changelog": "npx build-changelog"
},
"browser": {},
"publishConfig": {},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.4",
"rollup": "^2.78.1",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"gitHead": "45c1cfc050f2fd86d9540dfff1aed75acedb27fa"
}