-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.ci.json
51 lines (51 loc) · 1.16 KB
/
package.ci.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
{
"name": "gmmcal.com.br",
"private": true,
"description": "My personal website code, playground and learning lab.",
"version": "3.0.0",
"homepage": "https://www.gmmcal.com.br",
"repository": "https://github.com/gmmcal/gmmcal.com.br",
"bugs": {
"url": "https://github.com/gmmcal/gmmcal.com.br/issues",
"email": "[email protected]"
},
"author": {
"name": "Gustavo Cunha",
"email": "[email protected]",
"url": "https://www.gmmcal.com.br"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gmmcal/gmmcal.com.br/blob/main/LICENSE"
}
],
"contributors": [
{
"name": "Gustavo Cunha",
"email": "[email protected]",
"url": "https://www.gmmcal.com.br"
}
],
"keywords": [
"ruby",
"rails",
"jest",
"rspec",
"ruby-on-rails",
"cypress",
"end-to-end-testing",
"end-to-end",
"github-actions",
"hakiri",
"heroku",
"ci-cd"
],
"devDependencies": {
"eslint": "*"
},
"scripts": {
"eslint": "eslint --config=eslintrc.config.mjs app/javascript/**/**.js",
"eslint:tests": "eslint --config=eslintrc.config.mjs spec/**/**.js"
}
}