-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
{
"name": "@adamdehaven/vuepress-plugin-custom-tooltip",
"version": "1.4.3",
"description": "A customizable, reusable tooltip component for VuePress. This plugin is a VuePress wrapper for @adamdehaven/vue-custom-tooltip.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/adamdehaven/vuepress-plugin-custom-tooltip.git"
},
"keywords": [
"VuePress",
"tooltip",
"component",
"plugin"
],
"author": "Adam DeHaven <[email protected]> (https://www.adamdehaven.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/adamdehaven/vuepress-plugin-custom-tooltip/issues"
},
"homepage": "https://github.com/adamdehaven/vuepress-plugin-custom-tooltip#readme",
"scripts": {
"version": "git add -A",
"postversion": "git push && git push --tags",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write ."
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"@adamdehaven/vue-custom-tooltip": "^1.4.3"
},
"devDependencies": {
"husky": "4",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0"
}
}