chore: updated package.json 73613682
Steve · 2025-11-21 19:43 1 file(s) · +16 −1
package.json +16 −1
1 1
{
2 2
	"name": "alcove",
3 3
	"private": true,
4 -
	"version": "0.0.0",
4 +
	"version": "0.1.0",
5 5
	"type": "module",
6 6
	"scripts": {
7 7
		"dev": "vite",
9 9
		"lint": "eslint .",
10 10
		"preview": "vite preview"
11 11
	},
12 +
	"author": "Steve Simkins",
13 +
	"description": "Privacy centered RSS ready",
14 +
	"keywords": [
15 +
		"evolu",
16 +
		"rss",
17 +
		"rss reader",
18 +
		"privacy",
19 +
		"e2ee"
20 +
	],
21 +
	"license": "MIT",
22 +
	"repository": {
23 +
		"type": "git",
24 +
		"url": "https://github.com/stevesimkins/alcove.git"
25 +
	},
26 +
	"homepage": "https://github.com/stevesimkins/alcove",
12 27
	"dependencies": {
13 28
		"@evolu/common": "^7.2.0",
14 29
		"@evolu/react": "^10.2.0",