-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.42 KB
/
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
48
49
50
{
"name": "findl",
"version": "0.5.1",
"description": "Output all the third-party licenses used in your node or dart based project.",
"main": "lib/index.js",
"bin": {
"findl": "./bin/findl.js"
},
"scripts": {
"build": "webpack",
"dev": "npx ts-node-dev ./index.ts"
},
"author": "wdamien",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wdamien/findl.git"
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"async": "^3.2.3",
"cli-progress": "^3.10.0",
"colors": "^1.4.0",
"fs-extra": "^10.0.1",
"glob": "^10.3.10",
"ignore": "^5.3.0",
"node-fetch": "2.6.6",
"package-json": "^7.0.0",
"resolve-package-path": "^4.0.3",
"yaml": "^2.3.4",
"yamljs": "^0.3.0",
"yargs": "^17.4.0"
},
"devDependencies": {
"@types/async": "^3.2.12",
"@types/cli-progress": "^3.9.2",
"@types/fs-extra": "^9.0.13",
"@types/node-fetch": "^2.6.1",
"@types/yamljs": "^0.2.31",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.22.0",
"ts-loader": "^9.2.6",
"type-fest": "^2.5.1",
"typescript": "^4.4.4",
"webpack": "^5.62.1",
"webpack-cli": "^4.9.1"
}
}