+17
-4
package.json
+17
-4
package.json
···
1
1
{
2
-
"name": "vite-template-solid",
3
-
"version": "0.0.0",
4
-
"description": "",
2
+
"name": "bluroma",
3
+
"version": "0.1.0",
4
+
"description": "pleroma-like client for Bluesky",
5
+
"keywords": [
6
+
"atproto",
7
+
"bluesky",
8
+
"client"
9
+
],
10
+
"homepage": "https://tangled.org/@hexmani.ac/bluroma",
11
+
"bugs": {
12
+
"url": "https://tangled.org/@hexmani.ac/bluroma/issues"
13
+
},
14
+
"license": "AGPL-3.0-only",
15
+
"repository": {
16
+
"type": "git",
17
+
"url": "git+https://tangled.org/@hexmani.ac/bluroma.git"
18
+
},
5
19
"type": "module",
6
20
"scripts": {
7
21
"start": "vite",
···
9
23
"build": "vite build",
10
24
"serve": "vite preview"
11
25
},
12
-
"license": "MIT",
13
26
"devDependencies": {
14
27
"@types/bun": "^1.3.0",
15
28
"sass": "^1.81.0",