UNPKG

jats-utils

Version:

Utility functions for working with JATS in Typescript

46 lines (45 loc) 1.12 kB
{ "name": "jats-utils", "version": "1.1.8", "description": "Utility functions 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": { "jats-tags": "^1.1.8", "myst-common": "^1.0.0", "unist-util-select": "^4.0.0" }, "peerDependencies": { "xml-js": "^1" } }