-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "minigame-api-typings",
"version": "3.8.7",
"description": "Type definitions for APIs of Wechat MiniGame in TypeScript",
"main": "./index.d.ts",
"types": "./index.d.ts",
"scripts": {
"test": "npm run tsd && npm run eslint",
"tsd": "tsd",
"eslint": "eslint --config .eslintrc.js types/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wechat-miniprogram/minigame-api-typings.git"
},
"author": "Wechat Miniprogram <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wechat-miniprogram/minigame-api-typings/issues"
},
"homepage": "https://github.com/wechat-miniprogram/minigame-api-typings#readme",
"tsd": {
"directory": "test"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"eslint": "^8.29.0",
"tsd": "^0.25.0",
"typescript": "^4.9.4"
},
"files": [
"LICENSE",
"CHANGELOG.md",
"VERSIONS.md",
"README.md",
"README-en.md",
"index.d.ts",
"typings.json",
"types/"
]
}