flora is a fast and secure runtime that lets you write discord bots for your servers, with a rich TypeScript SDK, without worrying about running infrastructure. [mirror]
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(cli): add repository field for npm provenance

+6 -1
+6 -1
packages/cli/package.json
··· 1 1 { 2 2 "name": "@uwu/flora-cli", 3 - "version": "0.0.0", 3 + "version": "0.0.1", 4 4 "private": false, 5 5 "description": "flora command line interface", 6 + "repository": { 7 + "type": "git", 8 + "url": "https://github.com/uwu/flora", 9 + "directory": "packages/cli" 10 + }, 6 11 "bin": { 7 12 "flora": "./dist/index.mjs" 8 13 },