-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.45 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
{
"name": "conventional-changelog-vuetify",
"version": "1.2.2",
"description": "conventional-changelog vuetify preset",
"main": "index.js",
"scripts": {
"lint": "eslint . --ignore-path .gitignore",
"test": "vitest --no-threads"
},
"repository": {
"type": "git",
"url": "https://github.com/vuetifyjs/conventional-changelog-vuetify.git"
},
"keywords": [
"conventional-changelog",
"vuetify",
"preset"
],
"files": [
"conventional-changelog.js",
"conventional-recommended-bump.js",
"index.js",
"parser-opts.js",
"writer-opts.js",
"templates"
],
"author": "Kael Watts-Deuchar",
"engines": {
"node": ">=10"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/vuetifyjs/conventional-changelog-vuetify/issues"
},
"homepage": "https://github.com/vuetifyjs/conventional-changelog-vuetify#readme",
"dependencies": {
"compare-func": "^2.0.0",
"q": "^1.5.1"
},
"devDependencies": {
"better-than-before": "^1.0.0",
"conventional-changelog-core": "^4.2.4",
"eslint": "^7.0.0",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"git-dummy-commit": "^1.2.0",
"mkdirp": "^1.0.0",
"shelljs": "^0.8.0",
"vitest": "^0.5.3"
},
"pnpm": {
"overrides": {
"git-dummy-commit>shelljs": "0.8.5"
}
}
}