mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-27 14:58:54 +10:00
chore: migrate to github actions
This commit is contained in:
18
npm/darwin-x64/package.json
Normal file
18
npm/darwin-x64/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "@drop/droplet-darwin-x64",
|
||||
"version": "0.0.0",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"main": "droplet.darwin-x64.node",
|
||||
"files": [
|
||||
"droplet.darwin-x64.node"
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user