forked from wenzi0github/firework-redpack-rain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.3 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
52
53
{
"name": "firework-redpack-rain",
"version": "1.0.8",
"description": "烟花活动的红包雨",
"keywords": [
"烟花活动",
"红包雨"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/wenzi0github/firework-redpack-rain.git",
"files": [
"dist"
],
"scripts": {
"test": "jest",
"eslint": "./node_modules/.bin/eslint --fix src/**/*.ts",
"build": "webpack --config webpack.config.js"
},
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.1",
"@tencent/eslint-config-tencent": "^0.12.3",
"@types/jest": "^25.2.3",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^7.1.0",
"husky": "^4.2.5",
"jest": "^26.0.1",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"ts-jest": "^26.0.0",
"ts-loader": "^8.0.12",
"typescript": "^3.9.3",
"webpack": "^5.10.3",
"webpack-cli": "^4.2.0"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write"
]
},
"dependencies": {
"gh-qqnews-utils": "0.0.15"
}
}