-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
96 lines (96 loc) · 2.53 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "package-version-git-tag",
"version": "3.0.0",
"description": "Add Git tag corresponding to the version field of package.json",
"keywords": [
"cli",
"git",
"git-tag",
"package",
"tag",
"version"
],
"homepage": "https://github.com/sounisi5011/package-version-git-tag#readme",
"bugs": {
"url": "https://github.com/sounisi5011/package-version-git-tag/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sounisi5011/package-version-git-tag.git"
},
"license": "MIT",
"author": "sounisi5011",
"type": "module",
"bin": "dist/bin.js",
"directories": {
"test": "test"
},
"files": [
"dist/"
],
"scripts": {
"build": "task build",
"clean": "task clean",
"fmt": "task fmt --",
"lint": "task lint",
"release": "task release",
"test": "task test --"
},
"dependencies": {
"command-join": "^3.0.0",
"cross-spawn": "^7.0.2",
"mri": "^1.2.0",
"which-pm": "^2.0.0",
"which-pm-runs": "^1.1.0"
},
"devDependencies": {
"@go-task/cli": "3.27.1",
"@sindresorhus/slugify": "2.2.0",
"@sounisi5011/readme-generator": "github:sounisi5011/readme-generator#semver:0.0.2",
"@tsconfig/node14": "1.0.3",
"@types/cross-spawn": "6.0.2",
"@types/mock-fs": "4.13.1",
"@types/node": "14.18.37",
"@types/semver": "7.3.13",
"@types/which-pm-runs": "1.0.0",
"@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "5.54.1",
"can-npm-publish": "1.3.6",
"del-cli": "5.0.0",
"eslint": "8.36.0",
"eslint-config-prettier": "8.7.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "15.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-vitest": "0.0.54",
"execa": "7.1.1",
"git-branch-is": "4.0.0",
"is-git-status-clean": "1.0.0",
"is-promise": "4.0.0",
"lefthook": "1.3.3",
"mock-fs": "5.2.0",
"node-git-server": "1.0.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.4",
"prettier-package-json": "2.8.0",
"semver": "7.3.8",
"sort-package-json": "2.4.1",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"vite": "4.1.4",
"vitest": "0.29.2",
"vitest-mock-process": "1.0.4"
},
"packageManager": "[email protected]",
"engines": {
"node": "^14.14.0 || 16.x || >=18.x"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}