{ "name": "microtex", "version": "1.0.0", "description": "A tiny LaTeX math formula rendering library", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build:lib": "sh ../prebuild-lib.sh && rollup --config rollup.config.lib.js", "build:lib:meson": "sh ../prebuild-lib-meson.sh && rollup --config rollup.config.lib.js", "build:example": "sh ../prebuild-example.sh && rollup --config rollup.config.example.js", "build:example:meson": "sh ../prebuild-example-meson.sh && rollup --config rollup.config.example.js" }, "repository": { "type": "git", "url": "git+https://github.com/NanoMichael/MicroTeX.git" }, "keywords": [ "LaTeX", "math", "formula", "cross-platform" ], "author": "Nano (https://github.com/nanomichael)", "license": "MIT", "bugs": { "url": "https://github.com/NanoMichael/MicroTeX/issues" }, "homepage": "https://github.com/NanoMichael/MicroTeX#readme", "devDependencies": { "@babel/core": "^7.16.7", "@babel/preset-env": "^7.16.8", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.1.3", "chai": "^4.3.4", "mocha": "^9.1.3", "rollup": "^2.64.0", "rollup-plugin-terser": "^7.0.2" }, "dependencies": { "ace-builds": "^1.4.13", "core-js": "^3.31.0", "regenerator-runtime": "^0.13.11" } }