oxc/npm/napi/package.json
2023-04-22 16:49:09 +08:00

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