{
  "name": "nextmaps",
  "version": "0.0.01",
  "description": "A package that returns json object of your Next.js routes",
  "keywords": [
    "next",
    "nextjs",
    "json",
    "routing",
    "routes",
    "next-routes",
    "nextjs-routes",
    "sitemap",
    "next-sitemap"
  ],
  "license": "MIT",
  "author": "sculli-net",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "start": "tsx index.ts",
    "test": "tsx ./node_modules/splits/index.ts"
  },
  "devDependencies": {
    "ts-node": "^10.9.2",
    "tsx": "^4.19.3"
  }
}
