-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 905 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
{
"name": "@irbnb/dependency-finder",
"version": "0.0.5",
"description": "",
"main": "./src/index.js",
"bin": {
"dependency-finder": "./bin/cli.js"
},
"dependencies": {
"@babel/parser": "^7.0.0-beta.51",
"babel-types": "^6.26.0",
"babylon": "^6.18.0",
"babylon-walk": "^1.0.2",
"bluebird": "^3.5.1",
"builtin-modules": "^2.0.0",
"chokidar": "^2.0.3",
"commander": "^2.15.1",
"enhanced-resolve": "^4.0.0",
"expand-braces": "^0.1.2",
"fast-glob": "^2.2.0",
"graceful-fs": "^4.1.11",
"lodash.compact": "^3.0.1",
"lodash.find": "^4.6.0",
"lodash.flatten": "^4.4.0",
"lodash.throttle": "^4.1.1",
"lodash.uniq": "^4.5.0",
"minimatch": "^3.0.4",
"node-glob": "^1.2.0",
"relaxed-json": "^1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}