-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1013 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1013 Bytes
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
{
"name": "github-repos-search-test",
"version": "2.0.0-next.0",
"description": "",
"main": "index.js",
"homepage": "https://github.com/vkalta/github-repos-search-test",
"repository": {
"type": "git",
"url": "https://github.com/vkalta/github-repos-search-test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release"
},
"keywords": [],
"author": "Vikram Kalta <vikram.kalta@contentstack.com>",
"license": "ISC",
"dependencies": {
"axios": "^0.20.0"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.1.3",
"@semantic-release/release-notes-generator": "^9.0.3",
"husky": "^4.3.8",
"semantic-release": "^17.4.4"
},
"husky": {
"hooks": {
"commit-msg": "npx --no-install commitlint --edit '$1'"
}
}
}