initial commit

This commit is contained in:
DecDuck
2024-10-06 13:45:03 +11:00
commit 2b07f487a6
27 changed files with 3543 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "droplet-linux-x64-gnu",
"version": "0.0.0",
"os": [
"linux"
],
"cpu": [
"x64"
],
"main": "droplet.linux-x64-gnu.node",
"files": [
"droplet.linux-x64-gnu.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"libc": [
"glibc"
]
}