Files
lcbp3.np-dms.work/frontend/node_modules/@next/swc-win32-x64-msvc/package.json
2025-09-21 20:29:15 +07:00

23 lines
411 B
JSON
Executable File

{
"name": "@next/swc-win32-x64-msvc",
"version": "15.5.3",
"repository": {
"type": "git",
"url": "https://github.com/vercel/next.js",
"directory": "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"
}
}