-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.61 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
47
48
49
50
51
52
53
54
{
"name": "@btakita/dev-bin",
"type": "module",
"version": "0.0.0",
"bin": {
"git_log_n1__clipboard": "./bin/git_log_n1__clipboard.sh",
"git_pull_rebase_submodules_parallel": "./bin/git_pull_rebase_submodules_parallel.sh",
"html__relement_": "./bin/html__relement_.ts",
"ia__save": "./bin/ia__save.ts",
"iso_datetime": "./bin/iso_datetime.ts",
"kebob__underscore_": "./bin/kebob__underscore_.ts",
"private--download": "./bin/private--download.sh",
"private--download--sync": "./bin/private--download--sync.sh",
"private--upload": "./bin/private--upload.sh",
"private--upload--sync": "./bin/private--upload--sync.sh",
"public--download": "./bin/public--download.sh",
"public--download--sync": "./bin/public--download--sync.sh",
"public--upload": "./bin/public--upload.sh",
"public--upload--sync": "./bin/public--upload--sync.sh",
"sourcemap__resolve__bun": "./bin/sourcemap__resolve__bun.ts",
"spaces_to_tabs": "./bin/spaces_to_tabs.ts",
"title__url_slug_": "./bin/title__url_slug_.ts",
"tw_class_line__split": "./bin/tw_class_line__split.ts",
"word_count_": "./bin/word_count_.ts"
},
"types": "index.ts",
"exports": {
".": "./index.ts",
"./clipboard": "./clipboard/index.ts",
"./package.json": "./package.json"
},
"files": [
"*.d.ts",
"*.js",
"*.json",
"bin"
],
"dependencies": {
"@ctx-core/source-map": "^0.2.110",
"clipboardy": "^4.0.0",
"ctx-core": "^7.2.27",
"marked": "^13.0.2",
"ora": "^8.0.1",
"picocolors": "^1.0.1",
"url-slug": "^4.0.1"
},
"devDependencies": {
"bun-types": "latest",
"uvu": "^0.5.6"
},
"peerDependencies": {
"typescript": "^5.5.3"
}
}