-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
49 lines (49 loc) · 1.4 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@here/xyz-maps-core",
"version": "0.40.0-dev.1",
"description": "Core libs of XYZ Editor.",
"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/core"
},
"main": "dist/xyz-maps-core.min.js",
"types": "dist/xyz-maps-core.d.ts",
"files": [
"dist/xyz*.min.js",
"dist/xyz-maps-core.d.ts"
],
"scripts": {
"watch-dev": "rollup -c --watch --environment BUILD:dev",
"build-dev": "rollup -c --environment BUILD:dev",
"build-release": "rollup -c --environment BUILD:production",
"build-dts": "npx build-dts -p .",
"update-changelog": "npx build-changelog"
},
"publishConfig": {},
"dependencies": {
"@here/xyz-maps-common": "^0.40.0-dev.1"
},
"devDependencies": {
"@mapbox/vector-tile": "^1.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.4",
"@rollup/plugin-virtual": "^2.1.0",
"@types/node": "^18.7.11",
"git-rev-sync": "^3.0.2",
"pbf": "^3.2.1",
"rbush": "^3.0.1",
"rollup": "^2.78.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"gitHead": "45c1cfc050f2fd86d9540dfff1aed75acedb27fa"
}