mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-23 15:59:01 +00:00
npm pkg fix
This commit is contained in:
@@ -3,7 +3,9 @@
|
|||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"description": "Simple NodeJS utility for sending osc",
|
"description": "Simple NodeJS utility for sending osc",
|
||||||
"main": "dist/main.js",
|
"main": "dist/main.js",
|
||||||
"bin": "dist/main.js",
|
"bin": {
|
||||||
|
"sendosc": "dist/main.js"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prebuild": "rimraf dist",
|
"prebuild": "rimraf dist",
|
||||||
"build": "esbuild src/main.js --bundle --platform=node --outfile=dist/main.js",
|
"build": "esbuild src/main.js --bundle --platform=node --outfile=dist/main.js",
|
||||||
@@ -14,7 +16,10 @@
|
|||||||
"email": "me@jwetzell.com",
|
"email": "me@jwetzell.com",
|
||||||
"url": "https://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",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"commander": "^11.0.0",
|
"commander": "^11.0.0",
|
||||||
|
|||||||
@@ -19,7 +19,10 @@
|
|||||||
"email": "me@jwetzell.com",
|
"email": "me@jwetzell.com",
|
||||||
"url": "https://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",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "22.7.4",
|
"@types/node": "22.7.4",
|
||||||
|
|||||||
Reference in New Issue
Block a user