-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.67 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
{
"name": "vife",
"version": "0.1.2",
"description": "⚙ A simple util to force enable vue inspector",
"main": "dist/index.common.js",
"module": "dist/index.esm.js",
"scripts": {
"test": "echo 'No test!'",
"build": "rm -rf ./dist && rollup -c rollup.config.js",
"build:watch": "rollup -c rollup.config.js -w"
},
"types": "types/index.d.ts",
"files": [
"README.md",
"package.json",
"babel-config.js",
"dist",
"types"
],
"keywords": [
"chalk",
"browser",
"browserchalk",
"console",
"console.info",
"console.log"
],
"author": "Souler Ou",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@commitlint/cli": "9.1.2",
"@commitlint/config-conventional": "9.1.2",
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-typescript": "^2.0.0",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.10",
"@types/semver": "6.2.2",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"commitizen": "4.2.1",
"cz-customizable": "5.2.0",
"glob": "^7.1.6",
"jest": "^26.6.3",
"rollup": "^2.23.0",
"rollup-plugin-dts": "^2.0.1",
"ts-jest": "26.4.1",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2"
},
"config": {
"changelog": "发布初版",
"enchangelog": "Initialized first version",
"commitizen": {
"path": "./node_modules/cz-customizable"
},
"cz-customizable": {
"config": ".cz-configrc.js"
}
}
}