aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIndrajith K L2022-08-27 04:43:46 +0530
committerIndrajith K L2022-08-27 04:44:07 +0530
commit67dbc490de261318f1190d1e7e46dd9272f51ef6 (patch)
treeede2dfca42cb8a4b08824e40cfbb885f25bd236d /package.json
downloadindrajith-dev-67dbc490de261318f1190d1e7e46dd9272f51ef6.tar.gz
indrajith-dev-67dbc490de261318f1190d1e7e46dd9272f51ef6.tar.bz2
indrajith-dev-67dbc490de261318f1190d1e7e46dd9272f51ef6.zip
Initial Commit
* MVP
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..30be91d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "indrajth.dev",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "start": "eleventy --serve",
+ "build": "eleventy"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "devDependencies": {
+ "@11ty/eleventy": "^1.0.2",
+ "dayjs": "^1.11.5"
+ }
+}