@adamtools/apifinder
Version:
Finds all api endpoints of any nextjs project and adds them into README.md , makes api documentation easier
54 lines (53 loc) • 1.17 kB
JSON
{
"name": "@adamtools/apifinder",
"version":"1.0.3",
"description": "Finds all api endpoints of any nextjs project and adds them into README.md , makes api documentation easier",
"main": "index.js",
"bin": {
"apifinder": "./bin/cli.js"
},
"files": [
"bin/",
"index.js",
"README.md",
"LICENSE"
],
"scripts": {
"test": "",
"build": "echo 'No build step required'",
"prepublishOnly": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adamya-Gupta/Apifinder.git"
},
"keywords": [
"endpoints",
"documentation",
"api-documentation-generator",
"Apifinder",
"Endpointscanner",
"Api-list",
"Nextjs-Api",
"api-finder",
"route-discovery"
],
"author": "Adamya Gupta",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^14.0.0",
"fs-extra": "^11.3.0",
"glob": "^11.0.2"
},
"devDependencies": {
"jest": "^30.0.0"
},
"engines": {
"node": ">=16.0.0"
},
"bugs": {
"url": "https://github.com/Adamya-Gupta/Apifinder/issues"
},
"homepage": "https://github.com/Adamya-Gupta/Apifinder#readme"
}