-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
51 lines (51 loc) · 1.22 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
43
44
45
46
47
48
49
50
51
{
"name": "websocket-heartbeat-miniprogram",
"version": "1.0.3",
"description": "websocket heartbeat for miniprogram",
"main": "./dist/index.js",
"scripts": {
"test": "jest",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"build": "webpack",
"lint": "eslint .",
"fix": "eslint --fix ."
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zimv/websocket-heartbeat-miniprogram.git"
},
"keywords": [
"zimv",
"websocket",
"heartbeat",
"miniprogram"
],
"author": "zimv",
"license": "MIT",
"files": [
"dist",
"lib"
],
"bugs": {
"url": "https://github.com/zimv/websocket-heartbeat-miniprogram/issues"
},
"homepage": "https://github.com/zimv/websocket-heartbeat-miniprogram#readme",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/runtime": "^7.8.4",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"conventional-changelog-cli": "^2.0.31",
"coveralls": "^3.0.9",
"eslint": "^6.8.0",
"jest": "^25.1.0",
"mock-socket": "^9.0.3",
"pre-commit": "^1.2.2",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
}
}