Files
terminal-portfolio/package.json
T
2024-11-01 12:25:45 -05:00

26 lines
567 B
JSON

{
"homepage": "https://bckelley.github.io/terminal-portfolio/",
"name": "terminal-portfolio",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node app.js",
"deploy": "gh-pages -d src"
},
"keywords": [],
"author": "bckelley",
"repository": {
"directory": "",
"type": "",
"url": "https://github.com/bckelley/terminal-portfolio"
},
"license": "CC BY-NC-ND-4.0",
"description": "",
"dependencies": {
"body-parser": "^1.20.3",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"gh-pages": "^6.2.0"
}
}