{ "name": "@jwetzell/osc", "version": "0.2.2", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prebuild": "rimraf dist", "build": "tsc", "prepublishOnly": "npm run build", "pretest": "npm run build", "test": "node --test --experimental-test-coverage" }, "files": [ "dist" ], "author": { "name": "Joel Wetzell", "email": "me@jwetzell.com", "url": "https://jwetzell.com" }, "repository": "https://github.com/jwetzell/osc-js", "license": "ISC", "devDependencies": { "@types/node": "22.7.4", "prettier": "3.3.3", "rimraf": "6.0.1", "typescript": "5.6.2" } }