{
    "name":  "@atlassecurity/auth",
    "version":  "1.0.3",
    "description":  "Atlas SDK - Node.js binding for Atlas.dll (Windows x64).",
    "main":  "src/index.js",
    "types":  "src/index.d.ts",
    "os":  [
               "win32"
           ],
    "cpu":  [
                "x64"
            ],
    "engines":  {
                    "node":  "\u003e=18"
                },
    "scripts":  {
                    "postinstall":  "node postinstall.js"
                },
    "dependencies":  {
                         "koffi":  "^2.9.0"
                     },
    "keywords":  [
                     "atlas",
                     "authentication",
                     "licensing",
                     "drm",
                     "windows"
                 ],
    "author":  "Atlas Security Solutions",
    "license":  "SEE LICENSE IN ../README.md",
    "homepage":  "https://atlassecurity.site",
    "bugs":  "mail@atlassecurity.site",
    "repository":  {
                       "type":  "git",
                       "url":  "https://github.com/atlassecuritysolutions/AtlasAuthentication-JS"
                   },
    "files":  [
                  "src/",
                  "Atlas.dll",
                  "Atlas.dll.sig",
                  "postinstall.js"
              ]
}
