UNPKG

@pie-framework/mathml-to-latex

Version:

A JavaScript tool to convert mathml string to LaTeX string. This is a forked repo.

56 lines (55 loc) 1.67 kB
{ "name": "@pie-framework/mathml-to-latex", "version": "1.4.4", "description": "A JavaScript tool to convert mathml string to LaTeX string. This is a forked repo.", "main": "dist/bundle.min.js", "types": "dist/index.d.ts", "scripts": { "prebuild": "rm -rf ./dist", "build": "webpack --devtool source-map --mode production", "watch": "tsc -w", "lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix", "test": "jest --passWithNoTests --noStackTrace --runInBand", "test:verbose": "jest --passWithNoTests --runInBand", "test:watch": "npm run test -- --watch", "link-build": "yarn build && yarn unlink || yarn link" }, "repository": { "type": "git", "url": "git+https://github.com/pie-framework/mathml-to-latex.git" }, "keywords": [ "mathml", "latex", "convert", "parser", "mathml-to-latex" ], "author": "Alexandre Nunes", "license": "MIT", "bugs": { "url": "https://github.com/pie-framework/mathml-to-latex/issues" }, "homepage": "https://github.com/pie-framework/mathml-to-latex#readme", "devDependencies": { "@types/jest": "26.0.20", "@typescript-eslint/eslint-plugin": "^4.12.0", "@typescript-eslint/parser": "^4.12.0", "eslint": "^7.17.0", "eslint-config-prettier": "^7.1.0", "eslint-plugin-prettier": "^3.3.1", "git-commit-msg-linter": "^3.0.0", "husky": "^4.3.7", "jest": "29.6.2", "lint-staged": "^10.5.3", "prettier": "2.2.1", "ts-jest": "^29.1.1", "ts-loader": "^9.4.4", "typescript": "^5.1.6", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" }, "dependencies": { "@xmldom/xmldom": "^0.8.10" } }