UNPKG

@2bit/osc

Version:

osc client/server written by typescript

42 lines (41 loc) 983 B
{ "name": "@2bit/osc", "publishConfig": { "access": "public" }, "version": "0.0.7", "description": "", "main": "lib/index.js", "scripts": { "build": "tsc", "watch": "tsc -w", "clean": "tsc --build --clean", "test": "npm run build && node -r source-map-support/register lib/test/basic.js", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/2bbb/node-2bit-osc.git" }, "keywords": [ "osc", "opensoundcontrol", "typescript-friendly" ], "author": "ISHII 2bit", "license": "MIT", "bugs": { "url": "https://github.com/2bbb/node-2bit-osc/issues" }, "homepage": "https://github.com/2bbb/node-2bit-osc#readme", "dependencies": { "@types/osc-min": "npm:@2bit/types-osc-min@^1.0.1", "osc-min": "^1.1.2" }, "devDependencies": { "@types/node": "^14.14.37", "source-map-support": "^0.5.19", "ts-node": "^9.1.1", "typescript": "^4.2.3" } }