-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.27 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
{
"name": "@onlyvishesh/cricket-cli",
"version": "1.1.1",
"description": "Our package is a comprehensive CLI tool designed to bring live cricket scores directly to your terminal, providing instant access to match updates and statistics. Powered by Node.js, it seamlessly interacts with the cricket data API, allowing users to retrieve and manage cricket data effortlessly. Whether you're a cricket enthusiast or a developer seeking real-time information, our tool simplifies the process with its intuitive interface and seamless integration. Stay informed and connected to the game you love with our cricket CLI tool.",
"bin": {
"cricket-cli": "./cli.js"
},
"main": "index.js",
"scripts": {
"postinstall": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onlyVishesh/cricket-cli.git"
},
"keywords": [
"cricket",
"cli",
"cricket-cli",
"live score",
"match updates",
"match data"
],
"author": "Vishesh",
"license": "ISC",
"bugs": {
"url": "https://github.com/onlyVishesh/cricket-cli/issues"
},
"homepage": "https://github.com/onlyVishesh/cricket-cli#readme",
"dependencies": {
"inquirer": "^8.2.6",
"test": "^3.3.0"
}
}