diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/package.json b/package.json index 1713517..ab8ef18 100644 --- a/package.json +++ b/package.json @@ -8,5 +8,20 @@ "eslint-plugin-prettier": "^5.0.1", "prettier": "^3.0.3", "typescript": "^5.2.2" - } + }, + "name": "wui", + "description": "Web-user interface (wui) components", + "version": "0.1.0", + "main": "", + "scripts": {}, + "repository": { + "type": "git", + "url": "https://git.sr.ht/~shulhan/wui.git" + }, + "author": "Shulhan <ms@kilabit.info>", + "license": "GPL-3.0-or-later", + "bugs": { + "url": "https://todo.sr.ht/~shulhan/wui" + }, + "homepage": "https://git.sr.ht/~shulhan/wui#readme" } |
