-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.04 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
45
46
{
"name": "vite-plugin-kintone-dev",
"version": "1.3.8",
"description": "vite plugin for developement kintone",
"files": [
"dist"
],
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": {
"import": "./dist/index.d.mts",
"require": "./dist/index.d.cts"
},
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"scripts": {
"build": "unbuild",
"release": "npm run build && bumpp"
},
"homepage": "https://github.com/GuSanle/vite-plugin-kintone-dev",
"repository": "https://github.com/GuSanle/vite-plugin-kintone-dev.git",
"keywords": [
"vite",
"vite-plugin",
"kintone"
],
"author": "GuSanle",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.5.7",
"bumpp": "^9.2.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.4.9"
},
"dependencies": {
"@inquirer/prompts": "^3.1.1",
"axios": "^1.5.0",
"cheerio": "^1.0.0-rc.12"
}
}