mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 04:38:54 +00:00
20 lines
451 B
JSON
20 lines
451 B
JSON
{
|
|
"name": "@oxidation-compiler/napi",
|
|
"version": "0.1.0",
|
|
"description": "The JavaScript Oxidation Compiler Node API",
|
|
"main": "index.js",
|
|
"author": "Boshen and oxc contributors",
|
|
"files": [
|
|
"index.d.ts",
|
|
"index.js"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/web-infra-dev/oxc",
|
|
"directory": "npm/napi"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/Boshen"
|
|
}
|
|
}
|