-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "bookmarklets-cli",
"version": "1.1.0",
"packageManager": "[email protected]",
"author": "Masaki Kobayashi",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/mkobayashime/bookmarklets-cli.git"
},
"bin": "dist/index.mjs",
"type": "module",
"dependencies": {
"arg": "5.0.2",
"chalk": "5.3.0",
"chokidar": "3.6.0",
"clipboardy": "4.0.0",
"esbuild": "0.24.0",
"glob": "11.0.0",
"terser": "5.36.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@rollup/plugin-typescript": "12.1.1",
"@swc/core": "1.9.2",
"@types/glob": "8.1.0",
"@types/node": "22.8.7",
"depcheck": "1.4.7",
"lefthook": "1.8.1",
"rollup": "4.24.1",
"ts-node": "^10.9.1",
"tslib": "2.8.0",
"typescript": "5.6.3",
"vitest": "2.1.3"
},
"scripts": {
"prepare": "lefthook install",
"prepublishOnly": "make build"
},
"keywords": ["bookmarklets", "bookmarklet"]
}