-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 918 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 918 Bytes
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": "component-usage-by-codeowners",
"version": "1.0.1",
"description": "Scan for component usage by codeowners",
"main": "index.js",
"type": "module",
"license": "UNLICENSED",
"scripts": {
"scan": "node index.js",
"test-scan": "node index.js -c test-files/sample-codebase/react-scanner.config.js -o test-files/output/usage-by-codeowner.json --codeowners test-files/sample-codebase/CODEOWNERS"
},
"bin": {
"component-usage-by-codeowners": "index.js"
},
"dependencies": {
"commander": "^12.1.0",
"react-scanner": "^1.2.0"
},
"devDependencies": {
"debug": "^4.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andaley/component-usage-by-codeowners.git"
},
"keywords": [
"react-scanner",
"design-system"
],
"author": "Adrianne Daley",
"homepage": "https://github.com/andaley/component-usage-by-codeowners#readme"
}