aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/package.json b/package.json
index f8c13ad9..fda8859e 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "yomichan",
+ "name": "yomitan",
"version": "0.0.0",
"description": "Japanese pop-up dictionary extension for Chrome and Firefox.",
"directories": {
@@ -19,7 +19,7 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/FooSoft/yomichan.git"
+ "url": "git+https://github.com/themoeway/yomitan.git"
},
"license": "GPL-3.0-or-later",
"licenses": [
@@ -29,13 +29,14 @@
}
],
"bugs": {
- "url": "https://github.com/FooSoft/yomichan/issues"
+ "url": "https://github.com/themoeway/yomitan/issues"
},
- "homepage": "https://foosoft.net/projects/yomichan/",
+ "homepage": "https://github.com/themoeway/yomitan/",
"webExt": {
"sourceDir": "ext"
},
"devDependencies": {
+ "@playwright/test": "^1.31.2",
"ajv": "^8.11.0",
"browserify": "^17.0.0",
"css": "^3.0.0",
@@ -47,9 +48,9 @@
"fake-indexeddb": "^4.0.0",
"html-validate": "^7.6.0",
"jsdom": "^20.0.1",
- "parse5": "^7.1.1",
+ "parse5": "^7.1.2",
"stylelint": "^14.14.0",
"stylelint-config-recommended": "^9.0.0",
- "web-ext": "^7.3.0"
+ "web-ext": "^7.6.0"
}
}