mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
25 lines
578 B
JSON
25 lines
578 B
JSON
{
|
|
"name": "oxidation-compiler",
|
|
"version": "0.2.3",
|
|
"description": "The JavaScript Oxidation Compiler",
|
|
"keywords": [],
|
|
"author": "Boshen and oxc contributors",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/oxc-project/oxc",
|
|
"bugs": "https://github.com/oxc-project/oxc/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/oxc-project/oxc",
|
|
"directory": "npm/oxc"
|
|
},
|
|
"bin": "bin/oxc",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/Boshen"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.*"
|
|
},
|
|
"files": [
|
|
"bin/oxc"
|
|
]
|
|
}
|