{
  "name": "tfnp",
  "version": "0.1.1",
  "author": "micti",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "jest": "^27.2.3",
    "standard": "^16.0.3"
  },
  "type": "module",
  "standard": {
    "env": [
      "jest"
    ]
  },
  "scripts": {
    "test": "npx standard && NODE_OPTIONS=--experimental-vm-modules npx jest"
  }
}
