-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 945 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 945 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
35
36
37
38
39
40
41
42
43
44
{
"name": "bundlemonkey",
"version": "0.7.6",
"author": "Masaki Kobayashi",
"repository": {
"type": "git",
"url": "https://github.com/mkobayashime/bundlemonkey"
},
"private": false,
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": "./dist/bin/index.js",
"exports": {
".": "./dist/index.js"
},
"files": [
"dist",
"templates"
],
"dependencies": {
"@inquirer/prompts": "^8.2.0",
"clipboardy": "^5.3.0",
"esbuild": "^0.27.2",
"glob": "^13.0.0",
"jiti": "^2.6.1",
"typescript": "^5.9.3",
"valibot": "^1.2.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@mkobayashime/shared-config": "4.0.0",
"@tsconfig/bun": "1.0.10",
"@tsconfig/strictest": "2.0.8",
"@types/bun": "latest",
"@types/semver": "7.7.1",
"eslint": "9.39.2",
"eslint-config-flat-gitignore": "2.1.0",
"semver": "7.7.3",
"tsup": "8.5.1",
"type-fest": "5.4.1",
"vitest": "4.0.17"
}
}