-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 903 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": "esri-style-ft-mapbox-style",
"license": "MIT",
"version": "0.0.3",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"author": "Youssef-Harby <[email protected]>",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"release": "pnpm run build && changeset publish",
"lint": "tsc"
},
"repository": {
"type": "git",
"url": "git://github.com/Youssef-Harby/esri-style-ft-mapbox-style.git"
},
"bugs": {
"url": "https://github.com/Youssef-Harby/esri-style-ft-mapbox-style/issues"
},
"homepage": "https://github.com/Youssef-Harby/esri-style-ft-mapbox-style#readme",
"keywords": [
"mapbox",
"esri",
"styles",
"vector tiles",
"pbf",
"protobuf",
"stylegl"
],
"devDependencies": {
"@changesets/cli": "^2.27.1",
"tsup": "^8.0.2",
"typescript": "^5.4.4"
}
}