oxc/npm/oxc/package.json
2023-11-10 14:30:18 +08:00

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"
]
}