npm pkg fix

This commit is contained in:
2024-10-09 17:30:47 -05:00
parent 7b681be033
commit abb9ee60e3
2 changed files with 11 additions and 3 deletions
+7 -2
View File
@@ -3,7 +3,9 @@
"version": "1.0.1",
"description": "Simple NodeJS utility for sending osc",
"main": "dist/main.js",
"bin": "dist/main.js",
"bin": {
"sendosc": "dist/main.js"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "esbuild src/main.js --bundle --platform=node --outfile=dist/main.js",
@@ -14,7 +16,10 @@
"email": "me@jwetzell.com",
"url": "https://jwetzell.com"
},
"repository": "https://github.com/jwetzell/osc-js",
"repository": {
"type": "git",
"url": "git+https://github.com/jwetzell/osc-js.git"
},
"license": "MIT",
"dependencies": {
"commander": "^11.0.0",
+4 -1
View File
@@ -19,7 +19,10 @@
"email": "me@jwetzell.com",
"url": "https://jwetzell.com"
},
"repository": "https://github.com/jwetzell/osc-js",
"repository": {
"type": "git",
"url": "git+https://github.com/jwetzell/osc-js.git"
},
"license": "MIT",
"devDependencies": {
"@types/node": "22.7.4",