forked from kiliman/operator-mono-lig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 940 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"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": "[email protected]",
"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"
}
}