diff --git a/package.json b/package.json index 59e1a84a..016c4300 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,35 @@ "name": "fedi-project", "module": "index.ts", "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": { "dev": "bun run index.ts", "start": "bun run index.ts" @@ -32,4 +61,4 @@ "reflect-metadata": "^0.1.13", "typeorm": "^0.3.17" } -} +} \ No newline at end of file