{ "name": "@theoryofnekomata/orbis-core", "version": "0.0.0", "types": "dist/types/index.d.ts", "main": "dist/cjs/production/index.js", "module": "dist/esm/production/index.js", "exports": { ".": { "development": { "require": "./dist/cjs/development/index.js", "import": "./dist/esm/development/index.js" }, "require": "./dist/cjs/production/index.js", "import": "./dist/esm/production/index.js", "types": "./dist/types/index.d.ts" }, "./dev": { "production": { "require": "./dist/cjs/production/index.js", "import": "./dist/esm/production/index.js" }, "require": "./dist/cjs/development/index.js", "import": "./dist/esm/development/index.js", "types": "./dist/types/index.d.ts" }, "./esm": { "development": "./dist/esm/development/index.js", "production": "./dist/esm/production/index.js", "default": "./dist/esm/production/index.js", "types": "./dist/types/index.d.ts" }, "./cjs": { "development": "./dist/cjs/development/index.js", "production": "./dist/cjs/production/index.js", "default": "./dist/cjs/production/index.js", "types": "./dist/types/index.d.ts" } }, "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "license": "MIT", "keywords": [ "pridepack", "map", "projection" ], "devDependencies": { "@types/d3": "^7.1.0", "@types/d3-geo": "^3.0.2", "@types/geojson": "^7946.0.8", "@types/node": "^17.0.13", "@types/pngjs": "^6.0.1", "@types/sharp": "^0.30.1", "eslint": "^8.8.0", "eslint-config-lxsmnsyc": "^0.4.0", "fast-check": "^2.24.0", "pridepack": "1.1.0", "ts-node": "^10.7.0", "tslib": "^2.3.1", "typescript": "^4.5.4", "vitest": "^0.2.5" }, "scripts": { "prepublishOnly": "pridepack clean && pridepack build", "build": "pridepack build", "type-check": "pridepack check", "lint": "pridepack lint", "clean": "pridepack clean", "watch": "pridepack watch", "start": "pridepack start", "dev": "pridepack dev", "test": "vitest" }, "private": false, "description": "Utility for map projections.", "repository": { "url": "https://code.modal.sh/modal-soft/orbis-core", "type": "git" }, "homepage": "", "bugs": { "url": "https://code.modal.sh/modal-soft/orbis-core/issues" }, "author": "TheoryOfNekomata ", "publishConfig": { "access": "public" }, "dependencies": { "d3": "^7.4.3", "d3-geo": "^3.0.1", "d3-geo-polygon": "^1.12.1", "d3-geo-projection": "^4.0.0", "pngjs": "^6.0.0", "sharp": "^0.30.3" } }