@booper/cli
Advanced tools
Comparing version
{ | ||
"name": "@booper/cli", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"start": "node index.js", | ||
"start": "ts-node src/index.ts", | ||
"build": "tsc", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"bin": { | ||
"scheduler": "./index.js" | ||
"scheduler": "./lib/index.js" | ||
}, | ||
@@ -16,7 +18,12 @@ "author": "", | ||
"dependencies": { | ||
"@booper/scheduler": "^0.0.18", | ||
"@booper/scheduler": "^0.0.19", | ||
"@inquirer/input": "^1.2.11", | ||
"cli-format": "^3.0.9", | ||
"yargs": "^17.7.2" | ||
}, | ||
"devDependencies": { | ||
"@types/yargs": "^17.0.24", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.2.2" | ||
} | ||
} |
@@ -7,5 +7,7 @@ { | ||
"esModuleInterop": true, | ||
"declaration": true, | ||
"outDir": "lib", | ||
"moduleResolution": "node" | ||
}, | ||
"include": ["index.ts"] | ||
"include": ["src"] | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
72182
803.18%53
960%1953
707.02%3
Infinity%12
200%1
Infinity%+ Added
- Removed
Updated