11{
2- "name" : " kinact" ,
3- "displayName" : " Kinact" ,
4- "version" : " 0.0.1a" ,
5- "description" : " Personal portfolio website with track records of your projects published on GitHub." ,
6- "main" : " ./dist/kinact.js" ,
7- "exports" : {
8- "import" : " ./dist/kinact.js" ,
9- "require" : " ./dist/kinact.js" ,
10- "types" : " ./dist/types/kinact.d.ts"
11- },
12- "files" : [
13- " dist"
14- ],
15- "directories" : {
16- "lib" : " ./dist/lib"
17- },
18- "preferGlobal" : true ,
19- "bin" : {
20- "kinact" : " ./dist/bin/cli.js"
21- },
22- "repository" : " https://github.com/darsan-in/kinact" ,
23- "bugs" : {
24- "url" : " https://github.com/darsan-in/kinact/issues"
25- },
26- "author" : " DARSAN <darsan@cresteem.com>" ,
27- "maintainers" : [
28- " DARSAN <darsan@cresteem.com>"
29- ],
30- "license" : " Apache-2.0" ,
31- "private" : false ,
32- "scripts" : {
33- "dev" : " next dev" ,
34- "build" : " next build" ,
35- "start" : " next start" ,
36- "abuild" : " tsc -p ./action"
37- },
38- "keywords" : [],
39- "dependencies" : {
40- "@radix-ui/react-tabs" : " 1.1.0" ,
41- "autoprefixer" : " ^10.4.19" ,
42- "next" : " 14.2.4" ,
43- "postcss" : " ^8.4.39" ,
44- "react" : " ^18.3.1" ,
45- "react-dom" : " ^18.3.1" ,
46- "react-icons" : " ^5.2.1" ,
47- "sass" : " ^1.77.6" ,
48- "tailwindcss" : " ^3.4.4"
49- },
50- "devDependencies" : {
51- "@octokit/rest" : " ^21.0.1" ,
52- "@octokit/types" : " ^13.5.0" ,
53- "@types/node" : " ^20.14.8" ,
54- "@types/react" : " ^18.3.3" ,
55- "cheerio" : " ^1.0.0-rc.12" ,
56- "lodash" : " ^4.17.21" ,
57- "rimraf" : " 5.0.5" ,
58- "ts-node" : " 10.9.2" ,
59- "typescript" : " 5.4.5"
60- }
2+ "name" : " kinact" ,
3+ "displayName" : " Kinact" ,
4+ "version" : " 0.0.1a" ,
5+ "description" : " Kinact is a dynamic portfolio web app designed for software engineers / Web developers who actively use GitHub for their projects. It automatically aggregates real-time data from your GitHub account, showcasing your projects, skills, and achievements in a compelling and optimized format. Perfect for attracting recruiters, entrepreneurs, or freelance clients, Kinact updates itself as you work, eliminating the need for manual updates." ,
6+ "main" : " ./dist/kinact.js" ,
7+ "exports" : {
8+ "import" : " ./dist/kinact.js" ,
9+ "require" : " ./dist/kinact.js" ,
10+ "types" : " ./dist/types/kinact.d.ts"
11+ },
12+ "files" : [
13+ " dist"
14+ ],
15+ "directories" : {
16+ "lib" : " ./dist/lib"
17+ },
18+ "preferGlobal" : true ,
19+ "bin" : {
20+ "kinact" : " ./dist/bin/cli.js"
21+ },
22+ "repository" : " https://github.com/darsan-in/kinact" ,
23+ "bugs" : {
24+ "url" : " https://github.com/darsan-in/kinact/issues"
25+ },
26+ "author" : " DARSAN <darsan@cresteem.com>" ,
27+ "maintainers" : [
28+ " DARSAN <darsan@cresteem.com>"
29+ ],
30+ "license" : " Apache-2.0" ,
31+ "private" : false ,
32+ "scripts" : {
33+ "dev" : " next dev" ,
34+ "build" : " next build" ,
35+ "start" : " next start" ,
36+ "abuild" : " tsc -p ./action"
37+ },
38+ "keywords" : [
39+ " github portfolio" ,
40+ " real-time update" ,
41+ " software engineer portfolio" ,
42+ " web developer showcase" ,
43+ " github data integration" ,
44+ " project insights" ,
45+ " zero cost hosting" ,
46+ " search engine optimization" ,
47+ " automatic updates" ,
48+ " freelance portfolio" ,
49+ " developer branding" ,
50+ " recruiter attraction" ,
51+ " entrepreneur networking" ,
52+ " github actions" ,
53+ " work experience" ,
54+ " achievements display" ,
55+ " dynamic portfolio" ,
56+ " real-time github data" ,
57+ " github pages deployment"
58+ ],
59+ "dependencies" : {
60+ "@radix-ui/react-tabs" : " 1.1.0" ,
61+ "autoprefixer" : " ^10.4.19" ,
62+ "next" : " 14.2.4" ,
63+ "postcss" : " ^8.4.39" ,
64+ "react" : " ^18.3.1" ,
65+ "react-dom" : " ^18.3.1" ,
66+ "react-icons" : " ^5.2.1" ,
67+ "sass" : " ^1.77.6" ,
68+ "tailwindcss" : " ^3.4.4"
69+ },
70+ "devDependencies" : {
71+ "@octokit/rest" : " ^21.0.1" ,
72+ "@octokit/types" : " ^13.5.0" ,
73+ "@types/node" : " ^20.14.8" ,
74+ "@types/react" : " ^18.3.3" ,
75+ "cheerio" : " ^1.0.0-rc.12" ,
76+ "lodash" : " ^4.17.21" ,
77+ "rimraf" : " 5.0.5" ,
78+ "ts-node" : " 10.9.2" ,
79+ "typescript" : " 5.4.5"
80+ },
81+ "homepage" : " https://darsan.in"
6182}
0 commit comments