@allmaps/annotation
Version:
Functions for generating and parsing IIIF georeference annotations
60 lines (59 loc) • 1.68 kB
JSON
{
"name": "@allmaps/annotation",
"version": "1.0.0-beta.35",
"author": {
"name": "Bert Spaan",
"email": "hello@bertspaan.nl",
"url": "https://bertspaan.nl"
},
"description": "Functions for generating and parsing IIIF georeference annotations",
"type": "module",
"exports": "./dist/index.js",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/allmaps/allmaps.git",
"directory": "packages/annotation"
},
"homepage": "https://allmaps.org",
"keywords": [
"iiif",
"georeference",
"map"
],
"scripts": {
"watch": "tsc --watch",
"build": "tsc",
"test": "NODE_ENV=test mocha",
"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",
"examples": "cp test/input/map.parse-generate.json examples/map.example.json && cp test/input/annotation.parse-generate.json examples/annotation.example.json"
},
"license": "MIT",
"devDependencies": {
"@types/eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"chai": "^4.3.6",
"chai-shallow-deep-equal": "^1.4.6",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"mocha": "^10.8.2",
"prettier": "^3.4.2",
"remark-api": "^1.1.0",
"remark-cli": "^12.0.1",
"typescript": "^5.7.0",
"zod-validation-error": "^3.4.0"
},
"dependencies": {
"zod": "^3.22.4"
},
"gitHead": "6b93e4d938c15ef1ea0e6ba15dc6585c80f6687b"
}