Node package manager
export default defineComponent({ props: { npm: { type: "app", app: "npm", } }, async run({steps, $}) { }, })
Emit an event with the latest count of downloads for an npm package
The npm API does not require authentication.