-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.08 KB
/
Copy pathpackage.json
File metadata and controls
92 lines (92 loc) · 2.08 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "rn-meter",
"version": "3.2.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"scripts": {
"start": "npx ts-node src/index.ts",
"build": "tsup src/index.ts --format cjs --dts --clean",
"cjs": "node dist/index.js",
"test": "npm run build && npm link"
},
"bin": {
"rn-meter": "dist/index.js"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/commander": "^2.12.2",
"@types/figlet": "^1.5.8",
"@types/inquirer": "^9.0.7",
"@types/node": "^22.7.4",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
},
"directories": {
"dist": "dist`"
},
"author": "Rejaul Karim",
"bugs": {
"url": "https://github.com/DeveloperRejaul/ui-meter-cli/issues"
},
"keywords": [
"ui-meter-cli",
"Compiler",
"React Native",
"React",
"Expo",
"React Native CLI",
"React Native Development",
"React Native Tools",
"React Native Performance",
"React Native Optimization",
"React Native Code Quality",
"React Native Code Analysis",
"React Native Code Metrics",
"JavaScript",
"TypeScript",
"CLI",
"Code Quality",
"Code Analysis",
"Code Metrics",
"Code Review",
"Code Style",
"Code Formatting",
"Code Linting",
"Code Refactoring",
"Code Optimization",
"Code Performance",
"Code Maintainability",
"Code Readability",
"Code Complexity",
"Code Duplication",
"Code Smell",
"Code Security",
"Code Vulnerability",
"Code Standards",
"Code Best Practices",
"Code Conventions"
],
"homepage": "https://github.com/DeveloperRejaul/ui-meter-cli#readme",
"files": [
"dist/**/*",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/DeveloperRejaul/ui-meter-cli.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
"chalk": "4.1.2",
"figlet": "^1.7.0",
"inquirer": "^11.1.0",
"ora": "^8.2.0",
"recast": "^0.23.11"
}
}