Files
osc-js/packages/osc/package.json
T
2024-10-14 19:48:24 -05:00

33 lines
693 B
JSON

{
"name": "@jwetzell/osc",
"version": "1.3.0",
"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": {
"type": "git",
"url": "git+https://github.com/jwetzell/osc-js.git"
},
"license": "MIT",
"devDependencies": {
"@types/node": "22.7.5",
"rimraf": "6.0.1",
"typescript": "5.6.3"
}
}