-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.01 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.01 KB
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
{
"name": "bookmarklets-cli",
"version": "1.1.6",
"author": "Masaki Kobayashi",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/mkobayashime/bookmarklets-cli.git"
},
"bin": "dist/index.js",
"files": [
"dist"
],
"type": "module",
"dependencies": {
"arg": "5.0.2",
"chalk": "5.6.2",
"chokidar": "3.6.0",
"clipboardy": "5.2.0",
"esbuild": "0.27.2",
"terser": "5.41.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@commitlint/cli": "20.4.0",
"@commitlint/config-conventional": "20.4.0",
"@mkobayashime/shared-config": "4.1.0",
"@types/glob": "9.0.0",
"@types/node": "25.5.0",
"depcheck": "1.4.7",
"eslint": "10.1.0",
"eslint-config-flat-gitignore": "2.3.0",
"glob": "11.1.0",
"lefthook": "2.1.2",
"tsup": "8.5.1",
"typescript": "5.9.3",
"typescript-eslint": "8.57.1",
"vitest": "4.1.0"
},
"scripts": {
"prepare": "lefthook install",
"prepublishOnly": "make build"
},
"keywords": [
"bookmarklets",
"bookmarklet"
]
}