jacob-setup
Advanced tools
Comparing version 1.0.8 to 1.0.9
12
index.js
@@ -31,2 +31,14 @@ #!/usr/bin/env node | ||
{ | ||
type: "input", | ||
name: "installCommand", | ||
message: "What command do you use to install dependencies before building (e.g. npm install or yarn install)?", | ||
default: "npm install", | ||
}, | ||
{ | ||
type: "input", | ||
name: "buildCommand", | ||
message: "What command do you use to build (e.g. npm run build or yarn build)?", | ||
default: "npm run build --verbose", | ||
}, | ||
{ | ||
type: "list", | ||
@@ -33,0 +45,0 @@ name: "style", |
{ | ||
"name": "jacob-setup", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "A command-line utility for generating JACoB configuration files, enabling easy setup and integration of the JACoB AI coding assistant into web development projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
12167
187
0