gitfolio/package.json

59 lines
1.7 KiB
JSON
Raw Normal View History

{
2020-01-11 16:48:56 +00:00
"name": "gitfolio",
"version": "0.1.5",
"description": "a portfolio website for everyone to showcase their work",
"main": "build.js",
"bin": "bin/gitfolio.js",
"scripts": {
"build": "OUT_DIR='./dist' node bin/gitfolio.js build k4ustu3h -f -t dark -s updated -c k4ustu3h -d k4ustu3h -D k4ustu3h -e k4ustu3h@gmail.com -F k4ustu3h -i k4ustu3h -k k4ustu3h -m k4ustu3h -r kaustubhladiya -E 16727002 -S k4ustu3h -T k4ustu3h -w k4ustu3h_ -x 9461231",
2020-01-11 16:48:56 +00:00
"cli": "OUT_DIR='./dist' node bin/gitfolio.js",
"clean": "rm -rf ./dist/*",
"prettier": "prettier --write \"./**/*.{js,jsx,json,html,css,md}\"",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect",
"test": "snyk test"
2020-01-11 16:48:56 +00:00
},
"author": {
"name": "@imfunniee and community",
"email": "imfunny@wybemf.com",
"url": "https://imfunniee.github.io"
},
"bugs": "https://github.com/imfunniee/gitfolio/issues",
"homepage": "https://github.com/imfunniee/gitfolio",
"keywords": [
"personal-website",
"github",
"portfolio",
"portfolio website",
"gitfolio",
"git"
],
"repository": {
"type": "git",
"url": "https://github.com/imfunniee/gitfolio"
},
"license": "GPL-3.0",
"dependencies": {
"bluebird": "^3.5.4",
"body-parser": "^1.19.0",
"commander": "^2.20.0",
"ejs": "^3.0.1",
2020-01-11 16:48:56 +00:00
"express": "^4.17.0",
"github-emoji": "^1.1.1",
"got": "10.6.0",
"handlebars": "^4.7.3",
"jsdom": "^16.2.1",
"ncp": "^2.0.0",
"snyk": "1.299.0"
2020-01-11 16:48:56 +00:00
},
"devDependencies": {
2020-01-12 09:38:32 +00:00
"eslint": "^6.8.0",
2020-02-14 17:54:33 +00:00
"prettier": "^1.19.1",
"stylelint": "^13.2.1",
2020-02-14 17:54:33 +00:00
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-prettier": "^1.1.2"
},
"snyk": true
2019-12-09 15:14:45 +00:00
}