mirror of
https://github.com/kiliman/operator-mono-lig.git
synced 2026-08-12 02:10:52 +02:00
09bbb2bb76
Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.1.27 to 0.5.0. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/compare/v0.1.27...0.5.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
33 lines
940 B
JSON
33 lines
940 B
JSON
{
|
|
"name": "operator-mono-lig",
|
|
"version": "2.4.1",
|
|
"description": "Patch Operator Mono font to include ligatures",
|
|
"repository": "github:kiliman/operator-mono-lig",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"contributors:add": "all-contributors add",
|
|
"contributors:generate": "all-contributors generate",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "kiliman@gmail.com",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hash.js": "^1.1.7",
|
|
"xml-formatter": "^1.0.1",
|
|
"xmldom": "^0.5.0",
|
|
"xpath": "0.0.24"
|
|
},
|
|
"devDependencies": {
|
|
"all-contributors-cli": "^6.19.0",
|
|
"canvas": "^2.6.1",
|
|
"eslint": "^7.15.0",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-config-prettier": "^7.0.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-react": "^7.21.5",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"prettier": "^2.2.1"
|
|
}
|
|
}
|