forked from Metnew/git-hash-package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 964 Bytes
/
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
{
"name": "git-hash-package",
"version": "1.0.7",
"description": "Get git hash and set in package.json",
"main": "index.js",
"type": "module",
"scripts": {
"start": "git-hash-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axi92/git-hash-package.git"
},
"keywords": [
"git",
"git-hash",
"hash",
"package",
"versioning",
"version"
],
"author": {
"name": "Vladimir Metnew",
"email": "[email protected]"
},
"maintainers": [
{
"name": "axi92"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/axi92/git-hash-package/issues"
},
"bin": {
"git-hash-package": "./index.js"
},
"homepage": "https://github.com/axi92/git-hash-package#readme",
"dependencies": {
"git-rev-sync": "3.0.2",
"minimist": "1.2.8",
"pkg-up": "4.0.0",
"read-pkg": "8.0.0",
"read-pkg-up": "9.1.0",
"write-pkg": "5.1.0"
}
}