This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
forked from f-actions/font-bakery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.45 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
47
48
49
50
51
52
53
54
55
56
{
"name": "font-bakery",
"version": "1.0.2",
"description": "f-Actions Font Bakery Action",
"main": "src/index.js",
"scripts": {
"lint": "eslint src/index.js",
"lint:fix": "eslint src/index.js --fix",
"package": "ncc build src/index.js -o dist",
"test": "eslint src/index.js && jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wcys-co/fontbakery.git"
},
"keywords": [
"GitHub",
"Actions",
"font",
"fonts",
"typeface",
"build",
"opentype",
"QA"
],
"author": "f-actions Authors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wcys-co/fontbakery/issues"
},
"homepage": "https://github.com/wcys-co/fontbakery",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/glob": "^0.1.1"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",
"babel-eslint": "^9.0.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^4.3.0",
"eslint-config-wesbos": "0.0.19",
"eslint-plugin-html": "^5.0.5",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^1.7.0",
"jest": "^26.6.3",
"prettier": "^1.19.1"
}
}