UNPKG

word-math

Version:

Extended version to compatible with OMML of Word Processing Document library

45 lines (44 loc) 1.01 kB
{ "name": "word-math", "version": "0.1.0", "author": "sheetjs", "description": "Extended version to compatible with OMML of Word Processing Document library", "keywords": [ "word", "word-math", "mathml", "omath", "omml", "omml2mml" ], "main": "./word", "types": "./dist/typings/index.d.ts", "dependencies": { "cfb": "^1.2.0", "jsdom": "^16.2.2", "omml2mathml": "^1.3.0" }, "devDependencies": { "@types/jsdom": "^16.2.3", "@types/mocha": "^7.0.2", "@types/node": "^14.0.20", "glob": "^7.1.6", "mocha": "^8.0.1", "ts-node": "^8.10.2", "typescript": "^3.9.6" }, "repository": { "type": "git", "url": "git://github.com/huwngnosleep/js-word-extended" }, "scripts": { "build:cjs": "tsc -p tsconfig/tsconfig.cjs.json", "build:types": "tsc -p tsconfig/tsconfig.types.json", "test": "mocha -r ts-node/register test.ts" }, "homepage": "https://wordjs.com/", "license": "Apache-2.0", "engines": { "node": ">=0.8" } }