-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.17 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "glyph-size-loader",
"version": "0.2.2",
"description": "",
"main": "dist/index.js",
"files": [
"dist",
"*.md"
],
"scripts": {
"test": "jest",
"lint": "eslint --ext .ts src src/tests",
"build": "tsc --version && tsc --project \"./src\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/vankop/glyph-size-loader.git"
},
"author": "Ivan Kopeykin",
"license": "MIT",
"bugs": {
"url": "https://github.com/vankop/glyph-size-loader/issues"
},
"homepage": "https://github.com/vankop/glyph-size-loader#readme",
"dependencies": {
"loader-utils": "^2.0.0",
"opentype.js": "^1.1.0",
"schema-utils": "^2.6.1"
},
"devDependencies": {
"@types/jest": "^25.1.0",
"@types/json-schema": "^7.0.3",
"@types/node": "~10.14.16",
"@types/webpack": "^4.32.1",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.1.0",
"coveralls": "^3.0.6",
"eslint": "^6.4.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"jest": "^24.8.0",
"ts-jest": "^26.0.0",
"typescript": "^3.7.3",
"webpack": "^4.39.1"
}
}