{"_id":"ai-cron-gen","name":"ai-cron-gen","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"ai-cron-gen","version":"1.0.0","description":"Convert natural language to cron expressions using AI","main":"dist/index.js","bin":{"ai-cron-gen":"dist/cli.js"},"scripts":{"build":"tsc"},"keywords":["cron","schedule","ai","cli","generator"],"license":"MIT","dependencies":{"commander":"^12.1.0","openai":"^4.73.0","ora":"^5.4.1"},"devDependencies":{"typescript":"^5.6.0","@types/node":"^22.0.0"},"author":{"name":"LXGIC Studios"},"repository":{"type":"git","url":"git+https://github.com/lxgicstudios/ai-cron-gen.git"},"_id":"ai-cron-gen@1.0.0","gitHead":"f9a3f8fe62112703c4c0794f3b01d48790689676","types":"./dist/index.d.ts","bugs":{"url":"https://github.com/lxgicstudios/ai-cron-gen/issues"},"homepage":"https://github.com/lxgicstudios/ai-cron-gen#readme","_nodeVersion":"20.20.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-nNjjwWIEtdtrzWdbNNb7OzCBT1KLuowNXol06e2iw44noI1asJdzZ4xa+43pN4UzlE2jIHO73QJU8EKeD9g34Q==","shasum":"eb54182574df109cd71046ea39ec6c7109744fc0","tarball":"https://registry.npmjs.org/ai-cron-gen/-/ai-cron-gen-1.0.0.tgz","fileCount":9,"unpackedSize":5343,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCQh3U/mSJswYXUc4QKLBupsCb+9aYMwZ2mWLMUIhRLoQIgQatRlF6sY/EJKcR2/4qNb/rhHd3wYQAJQbltASddPk0="}]},"_npmUser":{"name":"lxgicstudios","email":"lxgicstudios@gmail.com"},"directories":{},"maintainers":[{"name":"lxgicstudios","email":"lxgicstudios@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/ai-cron-gen_1.0.0_1769645518965_0.6341088284794565"},"_hasShrinkwrap":false}},"time":{"created":"2026-01-29T00:11:58.872Z","1.0.0":"2026-01-29T00:11:59.120Z","modified":"2026-01-29T00:11:59.344Z"},"maintainers":[{"name":"lxgicstudios","email":"lxgicstudios@gmail.com"}],"description":"Convert natural language to cron expressions using AI","homepage":"https://github.com/lxgicstudios/ai-cron-gen#readme","keywords":["cron","schedule","ai","cli","generator"],"repository":{"type":"git","url":"git+https://github.com/lxgicstudios/ai-cron-gen.git"},"author":{"name":"LXGIC Studios"},"bugs":{"url":"https://github.com/lxgicstudios/ai-cron-gen/issues"},"license":"MIT","readme":"# ai-cron-gen\n\nConvert natural language to cron expressions. Never look up cron syntax again.\n\n## Install\n\n```bash\nnpm install -g ai-cron-gen\n```\n\n## Usage\n\n```bash\nnpx ai-cron-gen \"every weekday at 9am\"\n# → 0 9 * * 1-5\n\nnpx ai-cron-gen \"first monday of every month at noon\"\n# → 0 12 1-7 * 1\n\nnpx ai-cron-gen \"every 15 minutes during business hours\"\n# → */15 9-17 * * 1-5\n```\n\n## Setup\n\n```bash\nexport OPENAI_API_KEY=sk-...\n```\n\n## License\n\nMIT\n","readmeFilename":"README.md","_rev":"1-23ed42f4997d5d32fd4bc88274224ad1"}