{
  "name": "jats-tags",
  "version": "1.1.8",
  "description": "Tags and types for working with JATS in Typescript",
  "author": "Rowan Cockett <rowan@continuousfoundation.org>",
  "homepage": "https://github.com/continuous-foundation/jats",
  "license": "MIT",
  "sideEffects": false,
  "type": "module",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "jats",
    "open-science",
    "publishing"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/continuous-foundation/jats.git"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "lint": "eslint \"src/**/*.ts*\" -c ./.eslintrc.cjs",
    "lint:format": "prettier --check \"src/**/*.{ts,tsx,md}\"",
    "build:esm": "tsc",
    "build": "bun run clean && bun run build:esm"
  },
  "bugs": {
    "url": "https://github.com/continuous-foundation/jats/issues"
  },
  "dependencies": {},
  "devDependencies": {
    "myst-common": "^1.7.5"
  }
}
