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