diff options
| author | Shulhan <ms@kilabit.info> | 2023-12-08 08:52:34 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-08 08:52:34 +0700 |
| commit | d523e45b01c2d8e2814382b928f3387e3c53ac11 (patch) | |
| tree | 0fdc96990fbc94317cd170906d3ad87e0f9471e7 /package.json | |
| parent | 6f86c0ee8f1a77cc3a1b481368db2f80b923a3a8 (diff) | |
| download | pakakeh.ts-0.1.0.tar.xz | |
all: update all dependencies and populate the "package.json" filev0.1.0
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" } |
