mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-04 14:57:50 +00:00
04801b47d3
Bumps [commander](https://github.com/tj/commander.js) from 13.0.0 to 13.1.0. - [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/v13.0.0...v13.1.0) --- updated-dependencies: - dependency-name: commander dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
549 B
JSON
28 lines
549 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": "0.2.2",
|
|
"commander": "^13.1.0",
|
|
"slip": "^1.0.2"
|
|
}
|
|
}
|