UNPKG

mathml2omml

Version:
46 lines (45 loc) 1.2 kB
{ "name": "mathml2omml", "version": "0.5.0", "description": "a MathML to OMML converter ", "main": "./dist/index.js", "type": "module", "types": "./dist/index.d.ts", "scripts": { "test": "node --experimental-vm-modules ./node_modules/.bin/jest", "lint": "biome check src/ test/", "format": "biome format --write src/ test/", "transpile": "rollup -c", "copy_types": "cp src/index.d.ts dist/", "prepublishOnly": "npm run lint && npm run transpile && npm run copy_types", "prepare": "husky" }, "repository": { "type": "git", "url": "git+https://github.com/fiduswriter/mathml2omml.git" }, "keywords": [ "mml", "mathml", "omml" ], "author": "Johannes Wilm", "license": "LGPL-3.0-or-later", "bugs": { "url": "https://github.com/fiduswriter/mathml2omml/issues" }, "homepage": "https://github.com/fiduswriter/mathml2omml#readme", "files": [ "dist" ], "devDependencies": { "@biomejs/biome": "1.9.4", "@rollup/plugin-node-resolve": "^16.0.1", "entities": "^6.0.0", "husky": "^9.1.7", "jest": "^29.7.0", "lint-staged": "^15.5.0", "rollup": "^4.35.0", "xml-formatter": "^3.6.4" } }