-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 958 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@wtto00/jweixin-esm",
"version": "1.6.0-5",
"description": "微信JSSDK ESM模块 附带TS类型以及详细注释",
"type": "module",
"module": "./lib/jweixin-1.6.0.esm.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"keywords": [
"wxjssdk",
"weixin",
"jweixin",
"wechat",
"jssdk",
"wx",
"weixin-types",
"weixin-typescript",
"weixin-ts",
"jssdk-types",
"jssdk-typescript",
"jssdk-ts",
"wxjssdk-ts",
"jweixin-ts",
"wechat-ts"
],
"author": "wtto00 <wtto00@outlook.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/wtto00/jweixin-esm.git"
},
"bugs": {
"url": "https://github.com/wtto00/jweixin-esm/issues"
},
"homepage": "https://github.com/wtto00/jweixin-esm#readme",
"scripts": {
"test": "tsc --traceResolution ./lib/index.d.ts"
},
"devDependencies": {
"typescript": "^5.2.2"
}
}