UNPKG

apiver

Version:

Advanced API Versioning Without Duplication - Git-like CLI tool for managing multiple API versions in a single codebase

58 lines (57 loc) 1.29 kB
{ "name": "apiver", "version": "1.0.8", "description": "Advanced API Versioning Without Duplication - Git-like CLI tool for managing multiple API versions in a single codebase", "main": "index.js", "bin": { "apiver": "./bin/apiver.js" }, "scripts": { "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "keywords": [ "api", "versioning", "cli", "git-like", "version-control", "api-versioning", "patch-management", "hotfix", "production-deployment" ], "author": "sachin sharma", "license": "MIT", "type": "commonjs", "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "https://github.com/sachinsharma/apiver.git" }, "homepage": "https://github.com/sachinsharma/apiver#readme", "bugs": { "url": "https://github.com/sachinsharma/apiver/issues" }, "dependencies": { "chalk": "^4.1.2", "commander": "^14.0.0", "diff": "^8.0.2", "fs-extra": "^11.3.1" }, "devDependencies": { "express": "^5.1.0", "jest": "^29.7.0", "supertest": "^6.3.4" }, "files": [ "bin/", "lib/", "versionMiddleware.js", "index.js", "README.md" ] }