23 lines
429 B
JSON
23 lines
429 B
JSON
{
|
|
"name": "@next/swc-win32-x64-msvc",
|
|
"version": "14.1.4",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vercel/next.js",
|
|
"directory": "packages/next-swc/crates/napi/npm/win32-x64-msvc"
|
|
},
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"main": "next-swc.win32-x64-msvc.node",
|
|
"files": [
|
|
"next-swc.win32-x64-msvc.node"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
} |