Comparing version 0.0.0 to 0.0.1-test
@@ -10,3 +10,4 @@ #!/usr/bin/env node | ||
const meow_1 = __importDefault(require("meow")); | ||
const ui_1 = __importDefault(require("./ui")); | ||
const import_jsx_1 = __importDefault(require("import-jsx")); | ||
const App = (0, import_jsx_1.default)('./ui'); | ||
const cli = (0, meow_1.default)(` | ||
@@ -29,2 +30,2 @@ Usage | ||
}); | ||
(0, ink_1.render)(react_1.default.createElement(ui_1.default, { name: cli.flags.name })); | ||
(0, ink_1.render)(react_1.default.createElement(App, { name: cli.flags.name })); |
{ | ||
"name": "nubo-cli", | ||
"version": "0.0.0", | ||
"version": "0.0.1-test", | ||
"license": "MIT", | ||
"preferGlobal": true, | ||
"bin": { | ||
"nubo": "dist/cli.js" | ||
"nubo": "bin/nubo" | ||
}, | ||
@@ -13,12 +14,13 @@ "engines": { | ||
"build": "tsc", | ||
"start": "npm run build && dist/cli.js", | ||
"pretest": "npm run build", | ||
"test": "xo && ava" | ||
"test": "xo && ava", | ||
"publish": "npm publish --access public", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"publish": "npm publish --access public", | ||
"prepublishOnly": "npm run build", | ||
"files": [ | ||
"dist/cli.js" | ||
"dist/**/*", | ||
"bin/**/*" | ||
], | ||
"dependencies": { | ||
"import-jsx": "^4.0.0", | ||
"ink": "^3.0.9", | ||
@@ -54,5 +56,14 @@ "meow": "^9.0.0", | ||
"ink-testing-library": "^2.1.0", | ||
"nodemon": "^2.0.13", | ||
"typescript": "^4.4.3", | ||
"xo": "^0.39.1" | ||
}, | ||
"homepage": "https://github.com/NuboHQ/nubo-cli#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/NuboHQ/nubo-cli.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/NuboHQ/nubo-cli/issues" | ||
} | ||
} |
@@ -6,3 +6,3 @@ # Nubo CLI | ||
```bash | ||
$ npm install --global nubo-cli | ||
$ npm i nubo-cli -g | ||
``` | ||
@@ -9,0 +9,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4166
9
65
0
0
4
12
+ Addedimport-jsx@^4.0.0
+ Added@ampproject/remapping@2.3.0(transitive)
+ Added@babel/compat-data@7.26.2(transitive)
+ Added@babel/core@7.26.0(transitive)
+ Added@babel/generator@7.26.2(transitive)
+ Added@babel/helper-annotate-as-pure@7.25.9(transitive)
+ Added@babel/helper-compilation-targets@7.25.9(transitive)
+ Added@babel/helper-module-imports@7.25.9(transitive)
+ Added@babel/helper-module-transforms@7.26.0(transitive)
+ Added@babel/helper-plugin-utils@7.25.9(transitive)
+ Added@babel/helper-string-parser@7.25.9(transitive)
+ Added@babel/helper-validator-option@7.25.9(transitive)
+ Added@babel/helpers@7.26.0(transitive)
+ Added@babel/parser@7.26.2(transitive)
+ Added@babel/plugin-proposal-object-rest-spread@7.20.7(transitive)
+ Added@babel/plugin-syntax-jsx@7.25.9(transitive)
+ Added@babel/plugin-syntax-object-rest-spread@7.8.3(transitive)
+ Added@babel/plugin-transform-destructuring@7.25.9(transitive)
+ Added@babel/plugin-transform-parameters@7.25.9(transitive)
+ Added@babel/plugin-transform-react-jsx@7.25.9(transitive)
+ Added@babel/template@7.25.9(transitive)
+ Added@babel/traverse@7.25.9(transitive)
+ Added@babel/types@7.26.0(transitive)
+ Added@jridgewell/gen-mapping@0.3.5(transitive)
+ Added@jridgewell/resolve-uri@3.1.2(transitive)
+ Added@jridgewell/set-array@1.2.1(transitive)
+ Added@jridgewell/sourcemap-codec@1.5.0(transitive)
+ Added@jridgewell/trace-mapping@0.3.25(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedbrowserslist@4.24.2(transitive)
+ Addedcaller-callsite@4.1.0(transitive)
+ Addedcaller-path@3.0.1(transitive)
+ Addedcallsites@3.1.0(transitive)
+ Addedcaniuse-lite@1.0.30001683(transitive)
+ Addedcommondir@1.0.1(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedconvert-source-map@2.0.0(transitive)
+ Addeddebug@4.3.7(transitive)
+ Addedelectron-to-chromium@1.5.64(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedfind-cache-dir@3.3.2(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedgensync@1.0.0-beta.2(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedglobals@11.12.0(transitive)
+ Addedimport-jsx@4.0.1(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedjsesc@3.0.2(transitive)
+ Addedjson5@2.2.3(transitive)
+ Addedlru-cache@5.1.1(transitive)
+ Addedmake-dir@3.1.0(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedms@2.1.3(transitive)
+ Addednode-releases@2.0.18(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedpkg-dir@4.2.0(transitive)
+ Addedresolve-from@3.0.0(transitive)
+ Addedrimraf@3.0.2(transitive)
+ Addedsemver@6.3.1(transitive)
+ Addedupdate-browserslist-db@1.1.1(transitive)
+ Addedwrappy@1.0.2(transitive)
+ Addedyallist@3.1.1(transitive)