mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-07-26 10:28:46 +00:00
npm pkg fix
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user