{
  "options": {},
  "fields": [
    {
      "field": "src",
      "resolve": true,
      "relative": true
    },
    {
      "field": "include",
      "resolve": true,
      "relative": true
    },
    {
      "field": "libraries",
      "resolve": false,
      "relative": false
    },
    {
      "field": "libpath",
      "resolve": true,
      "relative": false
    }
  ],
  "confs": [
    {
      "src": [
        "./src/ssorthp.c"
      ],
      "include": [
        "./include"
      ],
      "libraries": [
        "-lm"
      ],
      "libpath": [],
      "dependencies": [
        "@stdlib/math/base/assert/is-nanf",
        "@stdlib/math/base/assert/is-positive-zerof",
        "@stdlib/napi/export",
        "@stdlib/napi/argv",
        "@stdlib/napi/argv-float",
        "@stdlib/napi/argv-int64",
        "@stdlib/napi/argv-strided-float32array"
      ]
    }
  ]
}
