forked from remaxjs/api-typings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 967 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
{
"name": "@remax/miniprogram-api-typings",
"version": "2.10.0",
"description": "Type definitions for APIs of Wechat Mini Program in TypeScript",
"main": "./index.d.ts",
"types": "./index.d.ts",
"scripts": {
"test": "npm run tsd && npm run tslint",
"tsd": "tsd",
"tslint": "tslint --project ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/remaxjs/api-typings.git"
},
"author": "Wechat Miniprogram <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/remaxjs/api-typings/issues"
},
"homepage": "https://github.com/remaxjs/api-typings#readme",
"dependencies": {},
"devDependencies": {
"tsd": "^0.11.0",
"tslint": "^5.20.0",
"typescript": "^3.5.3"
},
"tsd": {
"directory": "test"
},
"files": [
"LICENSE",
"CHANGELOG.md",
"VERSIONS.md",
"README.md",
"README-en.md",
"index.d.ts",
"typings.json",
"types/"
]
}