{
  "name": "@examples/napi",
  "private": true,
  "version": "0.0.0",
  "main": "./index.node",
  "types": "./index.d.ts",
  "scripts": {
    "build": "napi-raw build --no-js",
    "test": "ava"
  },
  "devDependencies": {
    "@napi-rs/cli": "workspace:*",
    "@types/lodash": "^4.14.195",
    "ava": "^5.3.1",
    "lodash": "^4.17.21",
    "sinon": "^15.2.0"
  },
  "ava": {
    "extensions": [
      "ts",
      "tsx",
      "js"
    ],
    "require": [
      "ts-node/register/transpile-only"
    ],
    "files": [
      "__tests__/**/*.spec.ts",
      "__tests__/**/*.spec.js"
    ],
    "environmentVariables": {
      "TS_NODE_PROJECT": "../tsconfig.json"
    },
    "timeout": "10m"
  }
}