react-gallimaps
Version:
A minimalist React wrapper for GalliMaps Vector Plugin - Easy integration for Nepal's mapping solution
92 lines (91 loc) • 2.62 kB
JSON
{
"name": "react-gallimaps",
"version": "1.0.6",
"description": "A minimalist React wrapper for GalliMaps Vector Plugin - Easy integration for Nepal's mapping solution",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/rudalkunwar/react-gallimaps.git"
},
"homepage": "https://github.com/rudalkunwar/react-gallimaps#readme",
"bugs": {
"url": "https://github.com/rudalkunwar/react-gallimaps/issues"
},
"scripts": {
"build": "rollup -c",
"build:prod": "cross-env NODE_ENV=production rollup -c rollup.config.prod.js",
"dev": "rollup -c -w",
"test": "jest --config jest.config.cjs",
"test:watch": "jest --config jest.config.cjs --watch",
"test:coverage": "jest --config jest.config.cjs --coverage",
"lint": "echo \"No linter configured yet\"",
"type-check": "tsc --noEmit",
"clean": "rimraf dist coverage",
"prepare": "npm run clean && npm run build:prod",
"prepublishOnly": "npm run test:coverage && npm run type-check && npm run build:prod",
"prepack": "npm run build:prod"
},
"keywords": [
"react",
"maps",
"gallimaps",
"nepal",
"mapping",
"typescript",
"vector-maps",
"map-component",
"react-component",
"gis"
],
"author": {
"name": "Your Name",
"email": "your.email@example.com",
"url": "https://yourwebsite.com"
},
"license": "MIT",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.14",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.3.7",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.5",
"rollup": "^4.9.5",
"ts-jest": "^29.4.0",
"tslib": "^2.8.1",
"typescript": "^5.3.3"
},
"sideEffects": false
}