Skip to content

Commit

Permalink
Node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeyexl committed Jan 5, 2024
1 parent 7098536 commit 486c855
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ _site
.jekyll-cache
.jekyll-metadata
vendor
node_modules
263 changes: 263 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "docsastests.github.io",
"version": "1.0.0",
"description": "Docs as Tests website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/docsastests/docsastests.github.io.git"
},
"author": "Manny Silva",
"license": "ISC",
"bugs": {
"url": "https://github.com/docsastests/docsastests.github.io/issues"
},
"homepage": "https://github.com/docsastests/docsastests.github.io#readme",
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.80",
"xml2js": "^0.6.2"
}
}

0 comments on commit 486c855

Please sign in to comment.