-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.24 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
{
"name": "webpack-prompt-plugin",
"version": "1.1.11",
"description": "Used to prompt ip link and some other information when webpack-dev-server Successfully started",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"publish": "npm publish --access=public"
},
"files": [
"dist/",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/IFmiss/webpack-prompt-plugin.git"
},
"keywords": [
"webpack-dev-server prompt plugin",
"webpack toast",
"webpack logger",
"webpack prompt"
],
"author": "ifmiss",
"license": "ISC",
"bugs": {
"url": "https://github.com/IFmiss/webpack-prompt-plugin/issues"
},
"homepage": "https://github.com/IFmiss/webpack-prompt-plugin#readme",
"devDependencies": {
"@types/node": "^16.3.2",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
},
"dependencies": {
"chalk": "^4.1.0",
"clipboardy": "^2.3.0",
"ip": "^1.1.5"
}
}