forked from MS-DG/api-typings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 865 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 865 Bytes
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": "@dragongate/miniprogram-api-typings",
"version": "2.6.5-3",
"description": "Type definitions for APIs of Wechat Mini Program in TypeScript",
"main": "./index.d.ts",
"types": "./index.d.ts",
"files": [
"index.d.ts",
"wxs.d.ts",
"types"
],
"scripts": {
"test": "tsc --rootDir test",
"prepublish": "npm run test"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MS-DG/api-typings.git"
},
"author": "NewFuture <github@newfuture.cc>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wechat-miniprogram/api-typings/issues"
},
"homepage": "https://github.com/MS-DG/api-typings#readme",
"devDependencies": {
"typescript": "^3.3.4000"
}
}