43 lines
751 B
JSON
43 lines
751 B
JSON
{
|
|
"name": "@snazzah/davey-linux-x64-musl",
|
|
"version": "0.1.9",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"main": "davey.linux-x64-musl.node",
|
|
"files": [
|
|
"davey.linux-x64-musl.node"
|
|
],
|
|
"description": "DAVE protocol implementation",
|
|
"keywords": [
|
|
"discord",
|
|
"e2ee",
|
|
"mls",
|
|
"napi-rs",
|
|
"NAPI",
|
|
"N-API",
|
|
"Rust",
|
|
"node-addon",
|
|
"node-addon-api"
|
|
],
|
|
"author": {
|
|
"name": "Snazzah",
|
|
"email": "me@snazzah.com",
|
|
"url": "https://snazzah.com/"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"repository": "https://github.com/Snazzah/davey",
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"libc": [
|
|
"musl"
|
|
]
|
|
} |