-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 905 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
{
"name": "kintone-plugin-template",
"version": "0.1.0",
"scripts": {
"start": "node scripts/npm-start.js",
"upload": "kintone-plugin-uploader dist/plugin.zip",
"develop": "webpack --mode development --watch",
"build": "webpack --mode production",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"upload:watch": "kintone-plugin-uploader dist/plugin.zip --watch --waiting-dialog-ms 3000",
"update": "ncu -u",
"generate:ppk": "node scripts/generate-ppk.js"
},
"devDependencies": {
"@kintone/plugin-packer": "^3.0.4",
"@kintone/plugin-uploader": "^4.0.4",
"@kintone/webpack-plugin-kintone-plugin": "^4.0.3",
"eslint": "^7.2.0",
"eslint-config-google": "^0.14.0",
"node-rsa": "^1.0.8",
"npm-check-updates": "^7.0.1",
"npm-run-all": "^4.1.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {}
}