{ "name": "web-annotation-utils", "version": "1.0.0", "description": "TypeScript types and utility functions for handling Web Annotations", "main": "lib/index.js", "types": "lib/index.d.ts", "type": "module", "exports": { ".": "./lib/index.js" }, "files": ["lib"], "scripts": { "prepublish": "tsc", "publish": "publish-to-git --force && publish-to-git --force --tag latest", "doc": "tsdoc --src=* --dest=Readme.md" }, "repository": { "type": "git", "url": "https://code.treora.com/gerben/web-annotation-utils" }, "keywords": [ "web-annotation" ], "author": "Gerben", "license": "Unlicense", "dependencies": { "@apache-annotator/selector": "^0.3.0-dev.23", "typescript": "^4.8.4" }, "devDependencies": { "publish-to-git": "^1.1.7", "tsdoc-markdown": "^0.0.1" } }