-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 865 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
{
"name": "generator-new-kintone-plugin",
"description": "A Yeoman generator to create new kintone plugin with webpack.",
"version": "1.0.1",
"main": "app/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alice1017/generator-new-kintone-plugin"
},
"scripts": {
"build": "babel src --out-dir app",
"prepare": "npm run build",
"test": "mocha"
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/register": "^7.4.4",
"babel-eslint": "^10.0.1",
"babel-plugin-espower": "^3.0.1",
"core-js": "^3.1.3",
"eslint": "^5.16.0",
"mocha": "^6.1.4",
"node-rsa": "^1.0.8",
"power-assert": "^1.6.1",
"regenerator-runtime": "^0.13.2",
"yeoman-generator": "^4.11.0"
}
}