UNPKG

repoify-js

Version:

Repoify is a custom-built Version Control System (VCS) created as a fun learning project to explore core concepts of version control, file management, and cloud storage integration using modern technologies.

36 lines (35 loc) 1.02 kB
{ "name": "repoify-js", "version": "1.0.2", "description": "Repoify is a custom-built Version Control System (VCS) created as a fun learning project to explore core concepts of version control, file management, and cloud storage integration using modern technologies.", "type": "module", "main": "./bin/vcs.js", "bin": { "repoify": "./bin/vcs.js" }, "scripts": { "test": "node bin/vcs.js --help" }, "repository": { "type": "git", "url": "git+https://github.com/anilmoharanaofficial/Repoify.git" }, "keywords": [ "Repoify", "VCS" ], "author": "Anil Moharana", "license": "ISC", "bugs": { "url": "https://github.com/anilmoharanaofficial/Repoify/issues" }, "homepage": "https://github.com/anilmoharanaofficial/Repoify#readme", "dependencies": { "axios": "^1.7.9", "axios-cookiejar-support": "^5.0.5", "inquirer": "^12.3.0", "tough-cookie": "^5.0.0", "uuid": "^11.0.4", "yargs": "^17.7.2" } }