2022-02-04 14:00:39 +01:00
{
"name" : "rmcg.dev" ,
2022-02-05 16:08:37 +01:00
"version" : "1.0.1" ,
2022-02-04 14:00:39 +01:00
"description" : "Projects completed while working through various HTML/CSS/JavaScript things. Primarily focused on Frontend Mentor. Ultimately it will aim to be a portfolio site." ,
"main" : "index.js" ,
"scripts" : {
2022-02-05 14:48:21 +01:00
"start" : "npx @11ty/eleventy --serve" ,
"build" : "npx @11ty/eleventy" ,
2022-02-06 00:26:19 +01:00
"build-inc" : "npx @11ty/eleventy --incremental" ,
2022-02-04 14:00:39 +01:00
"test" : "echo \"Error: no test specified\" && exit 1"
} ,
"repository" : {
"type" : "git" ,
"url" : "gitea@git.tarasis.net:tarasis/rmcg.dev.git"
} ,
"keywords" : [ ] ,
2022-02-05 14:48:21 +01:00
"author" : "Robert McGovern" ,
2022-02-04 14:00:39 +01:00
"license" : "ISC" ,
"devDependencies" : {
"@11ty/eleventy" : "^1.0.0"
}
2022-02-05 14:48:21 +01:00
2022-02-04 14:00:39 +01:00
}