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