UNPKG

material.font.features

Version:

Material UI component for displaying opentype font features.

70 lines (69 loc) 1.85 kB
{ "name": "material.font.features", "version": "0.1.24", "description": "Material UI component for displaying opentype font features.", "main": "lib/FontFeatures.js", "files": [ "/lib", "!/lib/testfile.js" ], "scripts": { "fix-ts-mocha": "cd node_modules && cd ts-mocha && npm install --force", "test": "ts-mocha tests/**/*.spec.tsx -r unitTestSetup.ts", "coverage": "nyc --reporter=text ts-mocha tests/**/*.spec.tsx -r unitTestSetup.ts", "build": "tsc", "lint": "eslint src/**/*.ts*", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "hg commit -m \"new version\"", "postversion": "cross-env-shell hg tag $npm_package_version && hg push" }, "nyc": { "exclude": [ "tests/**", "unitTestSetup.ts" ] }, "keywords": [ "opentype", "font", "features", "materialui", "react" ], "author": "", "license": "ISC", "repository": { "type": "mercurial", "url": "https://hg.sr.ht/~hindlemail/material.font.features" }, "dependencies": { "memoize-one": "^6.0.0", "opentype.features.js": "^1.0.17", "react-autobind": "^1.0.6" }, "devDependencies": { "@types/chai": "^4.3.1", "@types/enzyme": "^3.10.12", "@types/mocha": "^9.1.1", "@types/sinon-chai": "^3.2.8", "@typescript-eslint/eslint-plugin": "^5.28.0", "@wojtekmaj/enzyme-adapter-react-17": "^0.6.7", "chai": "^4.3.6", "cheerio": "^1.0.0-rc.10", "cross-env": "^7.0.3", "enzyme": "^3.11.0", "eslint": "^8.17.0", "sinon": "^14.0.0", "sinon-chai": "^3.7.0", "ts-mocha": "^10.0.0", "ts-node": "^10.8.1", "typescript": "^4.7.3" }, "peerDependencies": { "@mui/material": ">= 5", "react": ">= 17", "react-dom": ">= 17" } }