Make package.json better

This commit is contained in:
Jesse Wierzbinski 2023-09-14 15:47:53 -10:00
parent 9822508248
commit aa1ffe5b9b
No known key found for this signature in database
GPG key ID: F9A1E418934E40B0

View file

@ -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"