oxc/npm/oxc-transform/package.json
oxc-bot bd572c609b
release(crates): v0.40.1 (#7781)
## [0.40.1] - 2024-12-10

### Bug Fixes

- 18d0ce3 napi: Rename `Error` to `OxcError` to avoid name collision
(#7780) (Boshen)

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
2024-12-11 00:35:34 +08:00

25 lines
556 B
JSON

{
"name": "oxc-transform",
"version": "0.40.1",
"description": "Oxc transform Node API",
"keywords": [
"transform"
],
"author": "Boshen and oxc contributors",
"license": "MIT",
"homepage": "https://oxc.rs",
"bugs": "https://github.com/oxc-project/oxc/issues",
"repository": {
"type": "git",
"url": "https://github.com/oxc-project/oxc.git",
"directory": "npm/oxc-transform"
},
"funding": {
"url": "https://github.com/sponsors/Boshen"
},
"main": "index.js",
"files": [
"index.d.ts",
"index.js"
]
}