-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.2 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
47
48
49
50
{
"name": "@kintone/rest-api-client-wechat-mp",
"version": "0.1.0",
"description": "kintone REST API client for WeChat Mini Program",
"main": "dist/kintone-rest-api-client-wechat-mp.js",
"scripts": {
"eslint": "eslint src",
"build": "webpack",
"build:dev": "webpack --mode=development",
"test": "jest"
},
"author": {
"name": "Cybozu, Inc.",
"url": "https://cybozu.co.jp"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kintone-labs/rest-api-client-wechat-mp.git"
},
"bugs": {
"url": "https://github.com/kintone-labs/rest-api-client-wechat-mp/issues"
},
"homepage": "https://github.com/kintone-labs/rest-api-client-wechat-mp#readme",
"files": [
"dist"
],
"keywords": [
"kintone",
"rest",
"api-client",
"cybozu",
"cybozu.com",
"kintone.com",
"wechat",
"miniprogram"
],
"devDependencies": {
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
"@cybozu/eslint-config": "11.0.0",
"@kintone/rest-api-client": "1.2.0",
"eslint": "7.8.1",
"jest": "26.4.2",
"js-base64": "3.4.5",
"qs": "6.9.4",
"webpack": "4.44.1",
"webpack-cli": "3.3.12"
}
}