UNPKG

@cortex-js/math-json

Version:

A JSON schema to represent math formulas

86 lines (85 loc) 2.48 kB
{ "version": "0.3.0", "scripts": { "build": "bash ./scripts/build.sh", "clean": "bash ./scripts/clean.sh", "coverage": "bash ./scripts/test.sh coverage", "dist": "bash ./scripts/build.sh production; bash ./scripts/test.sh", "lint": "eslint --fix src/", "postinstall": "bash ./scripts/postinstall.sh", "prepare": "bash ./scripts/build.sh production", "start": "bash ./scripts/start.sh", "snapshot": "bash ./scripts/test.sh snapshot", "version": "bash ./scripts/version.sh", "test": "bash ./scripts/test.sh" }, "name": "@cortex-js/math-json", "description": "A JSON schema to represent math formulas", "repository": { "type": "git", "url": "https://github.com/cortex-js/math-json.git" }, "bugs": "https://github.com/cortex-js/math-json/issues/", "publishConfig": { "access": "public" }, "keywords": [ "math", "JSON", "latex", "tex", "mathjax", "katex", "mathquill" ], "license": "MIT", "files": [ "/dist" ], "main": "./dist/math-json.min.js", "module": "./dist/math-json.min.esm.js", "types": "./dist/types/math-json.d.ts", "engines": { "npm": ">=6.14.8", "node": ">=12.0.0" }, "devDependencies": { "@cortex-js/prettier-config": "^1.1.0", "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-node-resolve": "^13.0.0", "@types/jest": "^26.0.23", "@types/node": "^15.12.2", "@typescript-eslint/eslint-plugin": "^4.27.0", "@typescript-eslint/parser": "^4.27.0", "@typescript-eslint/typescript-estree": "^4.27.0", "chalk": "^4.1.1", "check-node-version": "^4.1.0", "child_process": "^1.0.2", "chokidar": "^3.5.2", "eslint": "^7.28.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.23.4", "eslint-plugin-no-unsanitized": "^3.1.5", "eslint-plugin-prettier": "^3.4.0", "estrella": "^1.4.1", "http-server": "^0.12.3", "jest": "^27.0.4", "jest-silent-reporter": "^0.5.0", "open": "^8.2.0", "prettier": "^2.3.1", "rollup": "^2.52.1", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-eslint": "^7.0.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "latest", "serve-http": "^1.0.6", "ts-jest": "^27.0.3", "typescript": "^4.3.3", "update-notifier": "^5.1.0" }, "prettier": "@cortex-js/prettier-config", "dependencies": { "complex.js": "^2.0.13", "decimal.js": "^10.2.1" } }