-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
38 lines (38 loc) · 970 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
{
"name": "giphy_explorer",
"version": "1.0.0",
"description": "- Search for the GIF that you have on your mind right now 💌",
"main": "index.js",
"scripts": {
"test": "jest",
"prepare": "husky",
"lint": "eslint --max-warnings=0",
"commit": "cz",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.12.0",
"commitizen": "^4.3.1",
"cypress": "^13.15.0",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.2.1",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.11.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"prettier": "^3.3.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
}
}