-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 881 Bytes
/
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
{
"name": "bundlemonkey",
"version": "0.6.0",
"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"],
"workspaces": ["templates/*"],
"dependencies": {
"@inquirer/prompts": "^7.3.2",
"clipboardy": "^4.0.0",
"esbuild": "^0.25.0",
"glob": "^11.0.1",
"jiti": "^2.4.2",
"typescript": "^5.8.2",
"valibot": "^1.0.0-rc.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@mkobayashime/shared-config": "1.1.0",
"@tsconfig/bun": "1.0.7",
"@tsconfig/strictest": "2.0.5",
"@types/bun": "latest",
"eslint": "9.22.0",
"tsup": "8.4.0",
"type-fest": "4.37.0",
"vitest": "3.0.7"
}
}