-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "toho-log-plugin",
"version": "1.1.1",
"description": "A plugin of webpack, interested the output of the terninel, just for fun.",
"homepage": "https://github.com/orzyyyy/toho-log-plugin#readme",
"bugs": {
"url": "https://github.com/orzyyyy/toho-log-plugin/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orzyyyy/toho-log-plugin.git"
},
"license": "MIT",
"author": "",
"files": [
"dist",
"word.json"
],
"main": "./dist/index.js",
"scripts": {
"clean": "rimraf node_modules package-lock.json dist && npm i",
"codecov": "npm test -- --codecov",
"lint": "nino eslint",
"pub": "npm config set registry=https://registry.npmjs.org && npm publish && npm config set registry=https://registry.npm.taobao.org",
"sort": "npx sort-package-json",
"test": "nino test",
"tsc": "tsc"
},
"pre-commit": [
"lint"
],
"devDependencies": {
"@types/jest": "^28.0.0",
"@typescript-eslint/parser": "^5.0.0",
"nino-cli": "^1.3.3",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"typescript": "^4.0.0"
}
}