-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.48 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": "hyperglot",
"version": "1.0.1",
"description": "Hyperglot Font Language Support Testing GitHub Action",
"main": "src/index.js",
"scripts": {
"lint": "eslint src/*.js",
"lint:fix": "eslint src/*.js --fix",
"package": "ncc build src/index.js -o dist",
"test": "eslint src/*.js && jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/f-actions/hyperglot.git"
},
"keywords": [
"GitHub",
"Actions",
"font",
"fonts",
"hyperglot",
"language",
"orthography",
"writing"
],
"author": "f-actions Authors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/f-actions/hyperglot/issues"
},
"homepage": "https://github.com/f-actions/hyperglot",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.4.0"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",
"babel-eslint": "^10.1.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-wesbos": "3.2.3",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.1",
"jest": "^29.7.0",
"prettier": "^2.8.8"
}
}