32 lines
699 B
JSON
32 lines
699 B
JSON
{
|
|
"name": "@intaleq/maps-gl",
|
|
"version": "1.0.0",
|
|
"description": "Premium JavaScript SDK for Intaleq Map Platform",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsup src/index.ts --format cjs,esm --dts",
|
|
"dev": "tsup src/index.ts --format cjs,esm --watch --dts",
|
|
"lint": "eslint src/**"
|
|
},
|
|
"keywords": [
|
|
"maps",
|
|
"intaleq",
|
|
"jordan",
|
|
"syria",
|
|
"vector-tiles",
|
|
"maplibre"
|
|
],
|
|
"author": "Intaleq team",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"maplibre-gl": "^5.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"maplibre-gl": "^5.1.1",
|
|
"tsup": "^8.0.0",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|