-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 868 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 868 Bytes
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
{
"name": "til",
"version": "1.0.0",
"description": "Today I Learned",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run:sm": "bun .run/submodules/index.ts",
"run:docs": "bun .run/docs/excute.ts",
"show:latest-10": "git log -n 10 --name-only --oneline",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gitsunmin/til.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gitsunmin/til/issues"
},
"homepage": "https://github.com/gitsunmin/til#readme",
"devDependencies": {
"@mobily/ts-belt": "^3.13.1",
"@types/node": "24",
"bun-types": "^1.3.5",
"chalk": "^5.6.2",
"husky": "^9.1.7",
"ignore": "^7.0.5",
"ts-pattern": "^5.9.0",
"typescript": "^5.9.3"
}
}