-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "@adarshaacharya/aaja",
"version": "1.0.4",
"description": "CLI tool to get details about today's nepali date, tithi, public events and current time.",
"main": "bin/index.js",
"bin": {
"aaja": "bin/index.js"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"test": "ava --verbose",
"test:watch": "ava --verbose --watch"
},
"keywords": [
"nepali",
"date",
"nepali-date",
"nepali-calendar"
],
"license": "MIT",
"repository": "https://github.com/adarshaacharya/aaja.git",
"bugs": {
"url": "https://github.com/adarshaacharya/aaja/issues"
},
"homepage": "https://github.com/adarshaacharya/aaja#readme",
"author": "Aadarsha <connectwithadarsha@gmail.com>",
"dependencies": {
"boxen": "^5.0.1",
"chalk": "^4.1.1",
"cheerio": "^1.0.0-rc.9",
"got": "^11.8.2",
"log-update": "^4.0.0",
"meow": "^9.0.0",
"ora": "^5.4.0",
"update-notifier": "^5.1.0"
},
"devDependencies": {
"ava": "*"
}
}