UNPKG

@allmaps/stdlib

Version:

Allmaps Standard Library

72 lines (71 loc) 1.88 kB
{ "name": "@allmaps/stdlib", "version": "1.0.0-beta.38", "contributors": [ { "name": "Bert Spaan", "email": "hello@bertspaan.nl", "url": "https://bertspaan.nl" }, { "name": "Manuel Claeys Bouuaert", "email": "manuel.claeys.b@gmail.com", "url": "https://manuelclaeysbouuaert.be" } ], "description": "Allmaps Standard Library", "type": "module", "exports": "./dist/index.js", "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/allmaps/allmaps.git", "directory": "packages/stdlib" }, "homepage": "https://allmaps.org", "keywords": [ "allmaps", "stdlib" ], "scripts": { "watch": "tsc --watch", "build": "tsc", "test": "NODE_ENV=test vitest run", "lint": "prettier --check src test && eslint src test --ext .js,.ts", "format": "prettier --write src test", "types": "tsc --noEmit", "documentation": "remark . --output --use remark-api" }, "license": "MIT", "dependencies": { "@allmaps/annotation": "^1.0.0-beta.36", "@allmaps/iiif-parser": "^1.0.0-beta.46", "@turf/rewind": "^7.2.0", "@types/lodash-es": "^4.17.12", "hex-rgb": "^5.0.0", "lodash-es": "^4.17.21", "monotone-chain-convex-hull": "^1.1.0", "rgb-hex": "^4.1.0", "svg-parser": "^2.0.4" }, "devDependencies": { "@allmaps/types": "^1.0.0-beta.21", "@types/eslint": "^8.56.0", "@types/svg-parser": "^2.0.3", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "prettier": "^3.6.2", "remark-api": "^1.1.0", "remark-cli": "^12.0.1", "typescript": "^5.7.0", "vitest": "^4.0.4" }, "gitHead": "dfe8dc3b15ae53f3dec0627144a0778de3a51779" }