asciimath-to-latex
Version:
AsciiMath to LaTeX converter
32 lines (31 loc) • 859 B
JSON
{
"name": "asciimath-to-latex",
"version": "0.5.1",
"description": "AsciiMath to LaTeX converter",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"test": "jest",
"prepublishOnly": "yarn test && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tylerlong/asciimath-to-latex.git"
},
"author": "Tyler Long <tyler4long@gmail.com> (https://github.com/tylerlong)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tylerlong/asciimath-to-latex/issues"
},
"homepage": "https://github.com/tylerlong/asciimath-to-latex#readme",
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^17.0.8",
"gts": "^3.1.0",
"jest": "^27.4.5",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"yarn-upgrade-all": "^0.6.1"
}
}