{
  "name": "next-safe",
  "version": "3.5.0",
  "author": "Trezy <tre@trezy.com>",
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "types": "types/types.d.ts",
  "scripts": {
    "build-types": "jsdoc -t node_modules/tsd-jsdoc/dist -r lib/. -d types",
    "prepublish": "yarn build-types",
    "semantic-release": "semantic-release",
    "test": "jest"
  },
  "peerDependencies": {
    "next": "^9.5.0 || ^10.2.1 || ^11.1.0 || ^12.1.0 || ^13.0.0 || ^14.0.0"
  },
  "devDependencies": {
    "jest": "^26.6.3",
    "jsdoc": "^3.6.7",
    "semantic-release": "^18.0.0",
    "tsd-jsdoc": "^2.5.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/trezy/next-safe.git"
  },
  "dependencies": {}
}
