Files

37 lines
867 B
JSON

{
"name": "intaleq-maps-gl",
"version": "1.0.0",
"description": "Premium JavaScript SDK for Intaleq Map Platform (Jordan & Syria)",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Hamza-Ayed/intaleq_maps_gl_js.git"
},
"homepage": "https://intaleqapp.com",
"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"
}
}