You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

26 lines
548 B

{
"name": "@rspack/binding-darwin-arm64",
"version": "1.6.8",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.darwin-arm64.node",
"homepage": "https://rspack.rs",
"bugs": "https://github.com/web-infra-dev/rspack/issues",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rspack",
"directory": "packages/rspack"
},
"publishConfig": {
"access": "public"
},
"files": [
"rspack.darwin-arm64.node"
],
"os": [
"darwin"
],
"cpu": [
"arm64"
]
}