diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 22 |
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" } |
