tangled
alpha
login
or
join now
hexmani.ac
/
bluroma
12
fork
atom
pleroma-like client for Bluesky
pl.hexmani.ac
bluesky
pleroma
social-media
12
fork
atom
overview
issues
3
pulls
pipelines
Update package.json to not be a template example
hexmani.ac
5 months ago
61cce513
78b44a87
verified
This commit was signed with the committer's
known signature
.
hexmani.ac
SSH Key Fingerprint:
SHA256:tV3v2UX4P3x12jjh+mHVzpRQ4ZhNBCHoFwqRiYzzTcM=
+17
-4
1 changed file
expand all
collapse all
unified
split
package.json
+17
-4
package.json
···
1
1
{
2
2
-
"name": "vite-template-solid",
3
3
-
"version": "0.0.0",
4
4
-
"description": "",
2
2
+
"name": "bluroma",
3
3
+
"version": "0.1.0",
4
4
+
"description": "pleroma-like client for Bluesky",
5
5
+
"keywords": [
6
6
+
"atproto",
7
7
+
"bluesky",
8
8
+
"client"
9
9
+
],
10
10
+
"homepage": "https://tangled.org/@hexmani.ac/bluroma",
11
11
+
"bugs": {
12
12
+
"url": "https://tangled.org/@hexmani.ac/bluroma/issues"
13
13
+
},
14
14
+
"license": "AGPL-3.0-only",
15
15
+
"repository": {
16
16
+
"type": "git",
17
17
+
"url": "git+https://tangled.org/@hexmani.ac/bluroma.git"
18
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
12
-
"license": "MIT",
13
26
"devDependencies": {
14
27
"@types/bun": "^1.3.0",
15
28
"sass": "^1.81.0",