1
2
3
4
5
6
7
8
9
10
|
{
"name": "@superdisk/dumbforge-linux-arm64",
"version": "0.1.0",
"description": "dumbforge native binary for Linux ARM64",
"license": "AGPL-3.0-only",
"os": ["linux"],
"cpu": ["arm64"],
"files": ["bin", "LICENSE", "THIRD_PARTY_NOTICES.md", "THIRD_PARTY_LICENSES"],
"publishConfig": {"access": "public"}
}
|