-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
149 lines (149 loc) · 4.62 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "t-comm",
"version": "1.3.143",
"description": "专业、稳定、纯粹的工具库",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"es",
"bin",
"barcode",
"LICENSE",
"CHANGELOG.md",
"README.md"
],
"sideEffects": "false",
"repository": {
"type": "git",
"url": "git+https://github.com/novlan1/t-comm.git"
},
"author": "ygw",
"keywords": [
"t-comm",
"common",
"utils"
],
"bin": {
"t-comm": "./bin/cli.js"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/novlan1/t-comm/issues"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"homepage": "https://novlan1.github.io/t-comm/",
"scripts": {
"build": "gulp build",
"api": "api-extractor run",
"docs:gen": "jsdoc -c script/docs/jsdoc.json && cp script/docs/jsdoc.js docs && node script/docs/jsdoc-local.js",
"docs:build": "bash generateDocs.sh",
"docs:open": "open docs/index.html",
"test": "jest --coverage --verbose -u",
"lint": "eslint --ext .js,.ts,.tsx,.jsx,.vue .",
"lint:fix": "eslint --fix --ext .js,.ts,.tsx,.jsx,.vue .",
"lint:json": "eslint --ext .js,.ts,.tsx,.jsx,.vue . -f json-with-metadata -o ./coverage/lint-results-meta.json",
"changelog": "gulp changelog",
"version": "yarn changelog && git add CHANGELOG.md",
"version:tip": "node script/version-tip/version-tip",
"release": "yarn test && yarn build && np --no-cleanup --yolo --any-branch && npm run version:tip",
"npm:token": "node script/npm-token/npm-token",
"prepare": "husky install",
"init:env": "node script/env/rainbow-env",
"docs:gen:new": "node script/docs-jsdoc/markdown",
"docs:dev": "vuepress dev docs",
"docs:build:new": "vuepress build docs",
"docs:deploy:mine": "node script/docs-jsdoc/docs-mine",
"docs:deploy": "node script/docs-jsdoc/deploy",
"release:first": "standard-version --first-release",
"release:major": "standard-version --release-as major -a",
"release:minor": "standard-version --release-as minor -a",
"release:patch": "standard-version --release-as patch -a",
"release:alpha": "standard-version --prerelease alpha -a",
"release:beta": "standard-version --prerelease beta -a",
"step:build": "node script/gulp/test-task"
},
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@microsoft/api-extractor": "^7.19.4",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.0",
"eslint-config-light": "^1.5.1",
"@types/conventional-changelog": "^3.1.1",
"@types/fs-extra": "^9.0.13",
"@types/gulp": "^4.0.9",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.17",
"@types/sinon": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"babel-core": "6.25",
"babel-jest": "^29.6.2",
"better-docs": "^2.7.2",
"chalk": "^4.1.2",
"conventional-changelog": "^3.1.25",
"cos-nodejs-sdk-v5": "^2.11.19",
"docdash": "^1.2.0",
"dotenv": "^16.0.3",
"eslint": "^8.25.0",
"eslint-plugin-jest": "^27.1.1",
"fs-extra": "^10.0.1",
"form-data": "^4.0.1",
"glob": "^10.3.4",
"gulp": "^4.0.2",
"husky": "^7.0.4",
"increase-memory-limit": "^1.0.7",
"jest": "^27.5.1",
"jest-transform-stub": "^2.0.0",
"jsdoc": "^3.6.11",
"jsdoc-to-markdown": "^8.0.0",
"lint-staged": "^12.3.4",
"np": "^7.6.0",
"rollup": "^2.67.2",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^14.0.1",
"standard-version": "9.5",
"ts-jest": "^27.1.3",
"ts-node": "^10.5.0",
"tslib": "^2.3.1",
"typescript": "4.5.5",
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.7.14",
"vuepress": "^1.9.10",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz",
"canvas": "^2.6.1"
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@commitlint/config-conventional": "^17.1.0",
"axios": "*",
"cheerio": "^1.0.0-rc.12",
"commander": "^10.0.1",
"cron-parser": "^4.8.1",
"qs": "^6.11.0",
"request": "^2.88.2",
"tar": "^6.1.15"
},
"peerDependencies": {},
"lint-staged": {
"*.{ts,js}": [
"eslint --fix"
]
},
"standard-version": {
"scripts": {
"postchangelog": "node script/docs-jsdoc/change-log"
}
}
}