-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.32 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.32 KB
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
52
53
{
"name": "jgb-weapp",
"version": "1.6.12",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"license": "MIT",
"types": "./types/index.d.ts",
"files": [
"types/index.d.ts",
"types",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jgbjs/jgb-weapp.git"
},
"homepage": "https://github.com/jgbjs/jgb-weapp",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"clean": "rimraf ./lib",
"watch": "yarn run build --watch",
"prepublishOnly": "yarn run clean && yarn run build && yarn run test && yarn run tsd",
"tsd": "tsd",
"test": "jest --env=node --colors --coverage test",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"devDependencies": {
"@types/jest": "^23.3.10",
"@types/lodash": "^4.14.115",
"@types/lodash-es": "^4.17.1",
"@types/node": "^10.5.4",
"jest": "^23.6.0",
"rimraf": "^2.6.2",
"ts-jest": "^23.10.5",
"tsd": "^0.11.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.14.0",
"typescript": "^3.7.3",
"vuepress": "^1.0.3"
},
"dependencies": {
"@tuhu/miniprogram-api-typings": "^3.2.0",
"lodash": "^4.17.13",
"tslib": "^1.10.0"
},
"tsd": {
"directory": "tsd"
},
"gitHead": "49688f4591472560ab783b4fa535026dd3b62eef"
}