panda-portfolio
Version:
A npm package for building single page personal websites for github.
28 lines (27 loc) • 622 B
JSON
{
"name": "panda-portfolio",
"version": "2.0.9",
"description": "A npm package for building single page personal websites for github.",
"main": "bin/index.js",
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"author": "YashMeh , Ram Pandey , Bhumij Gupta",
"license": "MIT",
"bin": {
"panda": "./index.js"
},
"keywords": [
"npm",
"portfolio",
"personal-website",
"github-website"
],
"dependencies": {
"@octokit/rest": "^16.28.9",
"enquirer": "^2.3.0",
"simple-git": "^1.126.0"
}
}