Update package.json

This commit is contained in:
Catalin Constantin Mititiuc 2025-03-06 10:58:40 -08:00
parent dbfe9c6fe7
commit 33a9b2256e
2 changed files with 20 additions and 4 deletions

1
package-lock.json generated
View File

@ -7,6 +7,7 @@
"": {
"name": "pan-zoom",
"version": "0.3.0",
"license": "ISC",
"devDependencies": {
"esbuild": "^0.20.2",
"esbuild-server": "^0.3.0"

View File

@ -1,12 +1,27 @@
{
"name": "pan-zoom",
"version": "0.3.0",
"description": "Pan/zoom SVG images in the browser",
"browser": "index.js",
"files": [
"./src/modules"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://git.webdevcat.me/pan-zoom.git"
},
"keywords": [
"SVG",
"pan",
"zoom"
],
"author": "Catalin Mititiuc",
"license": "ISC",
"devDependencies": {
"esbuild": "^0.20.2",
"esbuild-server": "^0.3.0"
},
"files": [
"./src/modules"
]
}
}