mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Make package.json better
This commit is contained in:
parent
9822508248
commit
aa1ffe5b9b
29
package.json
29
package.json
|
|
@ -2,6 +2,35 @@
|
||||||
"name": "fedi-project",
|
"name": "fedi-project",
|
||||||
"module": "index.ts",
|
"module": "index.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"description": "A project to build a federated social network",
|
||||||
|
"author": {
|
||||||
|
"email": "contact@cpluspatch.com",
|
||||||
|
"name": "CPlusPatch",
|
||||||
|
"url": "https://cpluspatch.com"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/CPlusPatch/fedi-project/issues"
|
||||||
|
},
|
||||||
|
"icon": "https://github.com/CPlusPatch/fedi-project",
|
||||||
|
"license": "AGPL-3.0",
|
||||||
|
"keywords": [
|
||||||
|
"federated",
|
||||||
|
"activitypub",
|
||||||
|
"bun"
|
||||||
|
],
|
||||||
|
"maintainers": [
|
||||||
|
{
|
||||||
|
"email": "contact@cpluspatch.com",
|
||||||
|
"name": "CPlusPatch",
|
||||||
|
"url": "https://cpluspatch.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/CPlusPatch/fedi-project.git"
|
||||||
|
},
|
||||||
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "bun run index.ts",
|
"dev": "bun run index.ts",
|
||||||
"start": "bun run index.ts"
|
"start": "bun run index.ts"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue