-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 961 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
33
34
35
36
37
38
39
40
41
{
"name": "font-bakery",
"version": "3.1.1",
"description": "f-Actions Font Bakery Action",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"package": "ncc build src/index.js -o dist",
"lint": "eslint src/index.js",
"lint:fix": "eslint src/index.js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/f-actions/font-bakery.git"
},
"keywords": [
"GitHub",
"Actions",
"font",
"fonts",
"typeface",
"build",
"opentype",
"QA"
],
"author": "f-actions Authors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/f-actions/font-bakery/issues"
},
"homepage": "https://github.com/f-actions/font-bakery",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.5.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0"
}
}