generated from tool3/clider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 863 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
39
40
41
42
43
{
"name": "chartscii-cli",
"version": "3.0.0",
"description": "create bar charts in your terminal",
"main": "./dist/index.js",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tool3/chartscii-cli.git"
},
"keywords": [
"cli",
"ascii",
"charts",
"npm",
"nodejs"
],
"author": "Tal Hayut",
"license": "MIT",
"bugs": {
"url": "https://github.com/tool3/chartscii-cli/issues"
},
"homepage": "https://github.com/tool3/chartscii-cli#readme",
"dependencies": {
"chartscii": "3.0.1",
"yargs": "^16.0.3"
},
"bin": {
"chartscii": "./dist/index.js"
},
"files": [
"./dist"
],
"devDependencies": {
"@types/node": "20.12.12",
"@types/yargs": "17.0.32",
"chai": "^4.2.0",
"ts-node": "10.9.2",
"typescript": "5.4.5"
}
}