-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.23 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
51
{
"name": "@kintone/rest-api-client-dingtalk-mp",
"version": "0.1.0",
"description": "kintone REST API client for DingTalk Mini Program",
"main": "dist/kintone-rest-api-client-dingtalk-mp.js",
"scripts": {
"eslint": "eslint src",
"build": "webpack",
"build:dev": "webpack --mode=development",
"test": "jest"
},
"author": {
"name": "Cybozu, Inc.",
"email": "",
"url": "https://cybozu.co.jp"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kintone-labs/rest-api-client-dingtalk-mp.git"
},
"bugs": {
"url": "https://github.com/kintone-labs/rest-api-client-dingtalk-mp/issues"
},
"homepage": "https://github.com/kintone-labs/rest-api-client-dingtalk-mp#readme",
"files": [
"dist"
],
"keywords": [
"kintone",
"rest",
"api-client",
"cybozu",
"cybozu.com",
"kintone.com",
"dingtalk",
"miniprogram"
],
"devDependencies": {
"@babel/core": "7.10.5",
"@babel/preset-env": "7.10.4",
"@cybozu/eslint-config": "10.0.2",
"@kintone/rest-api-client": "1.2.0",
"eslint": "6.8.0",
"jest": "26.1.0",
"js-base64": "2.5.2",
"qs": "6.9.3",
"webpack": "4.43.0",
"webpack-cli": "3.3.11"
}
}