-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.34 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
{
"name": "bestutils",
"version": "1.0.4",
"description": "best utils",
"main": "./index.js",
"directories": {
"test": "test"
},
"scripts": {
"dev": "webpack -w --mode devolopment",
"build": "webpack --mode production",
"release": "bash release.sh",
"test": ""
},
"dependencies": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"@webpack-cli/init": "^0.3.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"eslint": "^7.3.0",
"eslint-config-standard": "^14.1.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"terser-webpack-plugin": "^3.0.6",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"workbox-webpack-plugin": "^5.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChineseEngineer/best-utils.git"
},
"keywords": [
"best",
"utils",
"tools",
"function",
"javascript"
],
"author": "ChineseEngineer",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChineseEngineer/best-utils/issues"
},
"homepage": "https://github.com/ChineseEngineer/best-utils#readme"
}