index : pan-zoom | |
SVG pan/zoom library. |
aboutsummaryrefslogtreecommitdiff |
path: root/package.json
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2025-03-06 15:27:27 -0800 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2025-03-06 21:47:00 -0800 |
commit | f0b5c1a511ba794609178e5f08e7c8f8c2ec1723 (patch) | |
tree | 3f8f2801b7ae20dd41923c24861779cca994b664 /package.json | |
parent | c0b2d77d14b0fd998a36f647c918778030c35623 (diff) |
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json index 8d6c59b..670ddbd 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "./src/modules" ], "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "jest" }, "repository": { "type": "git", @@ -18,10 +18,12 @@ "pan", "zoom" ], - "author": "Catalin Mititiuc", + "author": "Catalin Mititiuc <webdevcat@proton.me> (https://webdevcat.me)", "license": "ISC", "devDependencies": { "esbuild": "^0.20.2", - "esbuild-server": "^0.3.0" + "esbuild-server": "^0.3.0", + "jest": "^29.7.0", + "selenium-webdriver": "^4.29.0" } } |