mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-07-26 10:28:46 +00:00
6a77360881
Bumps [commander](https://github.com/tj/commander.js) from 14.0.2 to 14.0.3. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v14.0.2...v14.0.3) --- updated-dependencies: - dependency-name: commander dependency-version: 14.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
547 B
JSON
28 lines
547 B
JSON
{
|
|
"name": "makeosc",
|
|
"version": "0.1.0",
|
|
"description": "Simple NodeJS utility for generating osc buffers",
|
|
"main": "src/main.js",
|
|
"bin": {
|
|
"makeosc": "src/main.js"
|
|
},
|
|
"files": [
|
|
"src/"
|
|
],
|
|
"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": "1.7.0",
|
|
"commander": "14.0.3",
|
|
"slip": "1.0.2"
|
|
}
|
|
}
|