-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.05 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
{
"name": "gitcs",
"version": "1.0.5",
"description": "git-commit-spotify adds current playing song name to the commit message in github repository.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heyAyushh/gitcs.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"spotify",
"git",
"gcs",
"commit"
],
"preferGlobal": true,
"bin": {
"gitcs": "bin/gitcs.js"
},
"author": "Ayush Chauhan",
"license": "ISC",
"bugs": {
"url": "https://github.com/heyAyushh/gitcs/issues"
},
"homepage": "https://github.com/heyAyushh/gitcs#readme",
"dependencies": {
"axios": "^1.6.7",
"btoa": "^1.2.1",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"conf": "^12.0.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"meow": "^13.2.0",
"node-emoji": "^2.1.3",
"open": "^10.0.4"
},
"main": "index.js",
"devDependencies": {}
}