-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 912 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
{
"name": "node-pkgver",
"version": "1.0.0",
"description": "Get the current version of your NodeJs project",
"license": "MIT",
"homepage": "https://github.com/juliyvchirkov/node-pkgver#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/juliyvchirkov/node-pkgver.git"
},
"bugs": {
"url": "https://github.com/juliyvchirkov/node-pkgver/issues"
},
"author": {
"name": "Juliy V. Chirkov",
"email": "[email protected]",
"url": "https://juliyvchirkov.github.io"
},
"type": "module",
"main": "./index.mjs",
"exports": "./index.mjs",
"engines": {
"node": ">=10.12.0"
},
"keywords": [
"project",
"package",
"pkg",
"version",
"ver",
"current",
"utility",
"helper",
"javascript",
"ecmascript",
"es",
"es6",
"module",
"esm",
"mjs",
"node",
"nodejs",
"modern"
]
}