njsparser/js/package.json
2026-02-15 02:10:42 +01:00

18 lines
580 B
JSON

{
"name": "njsparser",
"version": "0.2.0",
"author": "KaKi87 <KaKi87@proton.me>",
"repository": "https://git.kaki87.net/KaKi87/nextjs-hydration-parser.git",
"main": "mod.js",
"devDependencies": {
"bun-types": "latest",
"deno-dom": "git+https://github.com/b-fuze/deno-dom.git"
},
"contributors": [
"ae <85891169+novitae@users.noreply.github.com>"
],
"description": "A powerful parser and explorer for any website built with NextJS.",
"homepage": "https://git.kaki87.net/KaKi87/njsparser/src/branch/js/js",
"license": "MIT",
"type": "module"
}