-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
81 lines (81 loc) · 2.29 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "ec-print",
"version": "1.0.6",
"description": "print toolkit for e-commerce ,integrated cainiao,pinduouo,jingdong,kuaishou,douyin ...",
"main": "dist/ec-print.umd.js",
"module": "dist/ec-print.esm.js",
"typings": "dist/lib/index.d.ts",
"files": [
"dist"
],
"keywords": [
"print toolkit",
"pdd",
"douyin",
"cainiao",
"jingdong",
"kuaishou",
"meituan",
"typescript",
"websocket"
],
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc --module commonjs && rollup -c rollup.config.ts",
"start": "rollup -c rollup.config.ts -w",
"eslint": "eslint ./src --ext .ts,.js",
"test": "jest --coverage",
"format": "prettier --write 'src/**/*.ts{,x}'",
"preversion": "yarn build",
"prepare": "husky install",
"semantic-release": "semantic-release"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"repository": "git@github.com:gavin-hao/ec-print.git",
"author": "haozhigang <haozhigang@outlook.com>",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.19",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"jest": "^29.0.3",
"jest-config": "^29.0.3",
"lint-staged": "^13.0.3",
"lodash.camelcase": "^4.3.0",
"nodemon": "^2.0.20",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.34.0",
"semantic-release": "^19.0.5",
"ts-jest": "^29.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
},
"dependencies": {
"reconnecting-websocket": "^4.4.0"
}
}