This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.54 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "forkfolio",
"version": "0.0.1",
"description": "a portfolio website for everyone to showcase their work",
"exports": "./build.js",
"bin": {
"forkfolio": "bin/forkfolio.js"
},
"scripts": {
"clean": "rm -rf ./dist/*",
"cli": "OUT_DIR='./dist' node bin/forkfolio.js",
"prettier": "prettier --write \"./**/*.{css,ejs,html,js,json,jsx,md}\"",
"test": "./bin/forkfolio.js build k4ustu3h -f -t dark -i K_ -c k4ustu3h -d k4ustu3h -D k4ustu3h -C k4ustu3h -e k4ustu3h@gmail.com -F k4ustu3h -I k4ustu3h -k k4ustu3h -l k4ustu3h -m k4ustu3h -P k4ustu3h -n k4ustu3h -r kaustubhladiya -S k4ustu3h -E 16727002 -a k4ustu3h -T k4ustu3h -H k4ustu3h -V 1B8ed -u k4ustu3h -w k4ustu3h -X k4ustu3h -x 9461231 -y k4ustu3h"
},
"author": "Kaustubh Ladiya <k4ustu3h@gmail.com> (https://k4ustu3h.cf)",
"bugs": {
"url": "/~https://github.com/k4ustu3h/forkfolio/issues"
},
"homepage": "/~https://github.com/k4ustu3h/forkfolio",
"keywords": [
"personal-website",
"github",
"portfolio",
"portfolio website",
"gitfolio",
"git"
],
"repository": {
"type": "git",
"url": "git+/~https://github.com/k4ustu3h/forkfolio.git"
},
"type": "module",
"license": "GPL-3.0",
"dependencies": {
"body-parser": "1.20.2",
"commander": "12.0.0",
"ejs": "3.1.9",
"express": "4.18.2",
"fs-extra": "11.2.0",
"github-emoji": "1.2.0",
"got": "14.2.0",
"handlebars": "4.7.8",
"jsdom": "24.0.0",
"ncp": "2.0.0"
},
"devDependencies": {
"eslint": "8.56.0",
"prettier": "3.2.5"
}
}