35 lines
741 B
JSON
35 lines
741 B
JSON
|
|
{
|
||
|
|
"name": "@oxc-transform/binding-win32-x64-msvc",
|
||
|
|
"version": "0.86.0",
|
||
|
|
"cpu": [
|
||
|
|
"x64"
|
||
|
|
],
|
||
|
|
"main": "transform.win32-x64-msvc.node",
|
||
|
|
"files": [
|
||
|
|
"transform.win32-x64-msvc.node"
|
||
|
|
],
|
||
|
|
"description": "Oxc Transformer Node API",
|
||
|
|
"keywords": [
|
||
|
|
"oxc",
|
||
|
|
"transform"
|
||
|
|
],
|
||
|
|
"author": "Boshen and oxc contributors",
|
||
|
|
"homepage": "https://oxc.rs",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=14.0.0"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/oxc-project/oxc.git",
|
||
|
|
"directory": "napi/transform"
|
||
|
|
},
|
||
|
|
"bugs": "https://github.com/oxc-project/oxc/issues",
|
||
|
|
"publishConfig": {
|
||
|
|
"registry": "https://registry.npmjs.org/",
|
||
|
|
"access": "public"
|
||
|
|
},
|
||
|
|
"os": [
|
||
|
|
"win32"
|
||
|
|
]
|
||
|
|
}
|