@bot-whatsapp/cli
Advanced tools
Comparing version 0.0.1 to 0.0.2-alpha.0
#!/usr/bin/env node | ||
const index = require('../lib/cli/bundle.cli.cjs') | ||
index.startInteractive() |
const { startInteractive } = require('./interactive') | ||
if (process.env.NODE_ENV === 'dev') startInteractive() | ||
module.exports = { startInteractive } |
{ | ||
"name": "@bot-whatsapp/cli", | ||
"version": "0.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"devDependencies": { | ||
"cross-env": "^7.0.3", | ||
"cross-spawn": "^7.0.3", | ||
"detect-package-manager": "^2.0.1", | ||
"kleur": "^4.1.5" | ||
}, | ||
"files": [ | ||
"./lib/cli/bundle.cli.cjs" | ||
], | ||
"bin": { | ||
"bot": "./bin/cli.js" | ||
} | ||
} | ||
"name": "@bot-whatsapp/cli", | ||
"version": "0.0.2-alpha.0", | ||
"description": "", | ||
"main": "index.js", | ||
"devDependencies": { | ||
"cross-env": "^7.0.3", | ||
"cross-spawn": "^7.0.3", | ||
"detect-package-manager": "^2.0.1", | ||
"kleur": "^4.1.5" | ||
}, | ||
"files": [ | ||
"./lib/cli/bundle.cli.cjs" | ||
], | ||
"bin": { | ||
"bot": "./bin/cli.js" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # @bot-whatsapp/cli |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
376201
11452
20