mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-06 15:53:46 +00:00
5475a0de0b
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.5 to 22.7.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
586 B
JSON
29 lines
586 B
JSON
{
|
|
"name": "@jwetzell/osc",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.js",
|
|
"scripts": {
|
|
"prebuild": "rimraf dist",
|
|
"build": "tsc",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"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"
|
|
}
|
|
}
|