-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 932 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
{
"name": "git-remote-to-url",
"version": "1.1.4",
"description": "Script that converts git remote to a website url.",
"main": "index.js",
"engines": {
"node": ">=16.13.2"
},
"scripts": {
"test": "GRTU_ABSOLUTE_PATH=$PWD/bin/grtu.js jest --env=node --verbose"
},
"bin": {
"grtu": "bin/grtu.js"
},
"keywords": [
"JavaScript",
"git"
],
"homepage": "https://github.com/mrsauravsahu/gitRemoteToUrl",
"bugs": {
"email": "mrsauravsahu@outlook.com",
"url": "https://github.com/mrsauravsahu/gitRemoteToUrl"
},
"author": "Saurav Sahu <mrsauravsahu@outlook.com>",
"license": "MIT",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.25.4",
"jest": "^26.6.3"
},
"dependencies": {
"shelljs": "^0.8.5"
}
}