aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-10-07 23:54:59 +0700
committerShulhan <ms@kilabit.info>2024-10-08 00:01:41 +0700
commite67e71dc5e5683172b46e4a9fa95d5beb6989891 (patch)
treefb85cda5d7d56d7847a81a706632b5cc5703c641 /package.json
parentddb540da0a80b7ecad1ebb62f51e76d252f771f3 (diff)
downloadpakakeh.ts-e67e71dc5e5683172b46e4a9fa95d5beb6989891.tar.xz
all: update package description and dependencies
This changes update the package name and repository URL to new name "pakakeh.ts". On dependencies, we upgrade the tools to use eslint v9.
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 10 insertions, 12 deletions
diff --git a/package.json b/package.json
index 9e05557..3eb3259 100644
--- a/package.json
+++ b/package.json
@@ -1,27 +1,25 @@
{
"devDependencies": {
- "@typescript-eslint/eslint-plugin": "^6.21.0",
- "@typescript-eslint/parser": "^6.21.0",
- "eslint": "^8.57.0",
- "eslint-config-google": "^0.14.0",
- "eslint-config-prettier": "^9.1.0",
- "eslint-plugin-prettier": "^5.2.1",
+ "@eslint/js": "^9.12.0",
+ "eslint": "^9.12.0",
+ "globals": "^15.10.0",
"prettier": "^3.3.3",
- "typescript": "^5.6.2"
+ "typescript": "^5.6.2",
+ "typescript-eslint": "^8.8.0"
},
- "name": "wui",
+ "name": "pakakeh.ts",
"description": "Web-user interface (wui) components",
- "version": "0.1.0",
+ "version": "0.2.0",
"main": "",
"scripts": {},
"repository": {
"type": "git",
- "url": "https://git.sr.ht/~shulhan/wui.git"
+ "url": "https://git.sr.ht/~shulhan/pakakeh.ts"
},
"author": "Shulhan <ms@kilabit.info>",
"license": "GPL-3.0-or-later",
"bugs": {
- "url": "https://todo.sr.ht/~shulhan/wui"
+ "url": "https://todo.sr.ht/~shulhan/pakakeh.ts"
},
- "homepage": "https://git.sr.ht/~shulhan/wui#readme"
+ "homepage": "https://sr.ht/~shulhan/pakakeh.ts"
}