mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-18 21:43:58 +00:00
add makeosc utility
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "makeosc",
|
||||
"version": "0.0.1",
|
||||
"description": "Simple NodeJS utility for generating osc buffers",
|
||||
"main": "dist/main.js",
|
||||
"bin": {
|
||||
"makeosc": "dist/main.js"
|
||||
},
|
||||
"scripts": {
|
||||
"prebuild": "rimraf dist",
|
||||
"build": "esbuild src/main.js --bundle --platform=node --outfile=dist/main.js",
|
||||
"prepack": "npm run build"
|
||||
},
|
||||
"author": {
|
||||
"name": "Joel Wetzell",
|
||||
"email": "me@jwetzell.com",
|
||||
"url": "https://jwetzell.com"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jwetzell/osc-js.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@jwetzell/osc": "0.2.2",
|
||||
"commander": "^11.0.0",
|
||||
"slip": "^1.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esbuild": "0.24.0",
|
||||
"rimraf": "6.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user