-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 919 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
{
"name": "shift2relative",
"version": "1.2.1",
"description": "Easy migrate to relative require paths in JavaScript",
"main": "index.js",
"bin": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/."
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoranMandic91/shift2relative.git"
},
"keywords": [],
"author": "Goran Mandic <godzi1991@gmail.com> (https://github.com/GoranMandic91)",
"license": "MIT",
"bugs": {
"url": "https://github.com/GoranMandic91/shift2relative/issues"
},
"homepage": "https://github.com/GoranMandic91/shift2relative#readme",
"dependencies": {
"minimist": "^1.2.0",
"prettyjson": "^1.2.1",
"recursive-readdir": "^2.2.2"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3"
}
}