UNPKG

jats-utils

Version:

Utility functions for working with JATS in Typescript

49 lines (48 loc) 1.18 kB
{ "name": "jats-utils", "version": "1.0.18", "description": "Utility functions for working with JATS in Typescript", "author": "Rowan Cockett <rowan@continuous.foundation>", "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": "npm-run-all -l clean -p build:esm" }, "bugs": { "url": "https://github.com/continuous-foundation/jats/issues" }, "dependencies": { "unist-util-select": "^4.0.0" }, "peerDependencies": { "xml-js": "^1", "jats-tags": "^1.0.18" }, "devDependencies": { "myst-common": "^1.0.0", "jats-tags": "^1.0.18" } }