About
This is Bret Comnes’ personal website built with the follwowing tools:
{
"name": "bret.io",
"version": "1.0.0",
"description": "profesh website",
"main": "index.js",
"type": "module",
"scripts": {
"test": "run-s test:*",
"test:neostandard": "eslint .",
"test:tape": "tape test.js | tap-format-spec",
"test:build": "run-s build",
"build": "npm run clean && run-p build:*",
"build:tb": "top-bun --target ios17",
"generate-favicons": "gravatar-favicons --config favicon-config.js",
"watch": "npm run clean && run-p watch:*",
"watch:tb": "npm run build:tb -- --watch --drafts",
"clean": "rm -rf public && mkdir -p public",
"start": "npm run watch",
"deploy": "run-s build deploy:*",
"deploy:async-neocities": "async-neocities --src public --cleanup --supporter",
"new-blogpost": "node scripts/create-blogpost.js --title"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bcomnes/bret.io.git"
},
"keywords": [
"website",
"bret",
"comnes",
"bret comnes"
],
"author": "Bret Comnes",
"license": "MIT",
"bugs": {
"url": "https://github.com/bcomnes/bret.io/issues"
},
"homepage": "https://github.com/bcomnes/bret.io#readme",
"devDependencies": {
"@tap-format/spec": "^0.2.0",
"@voxpelli/tsconfig": "^15.0.0",
"async-neocities": "^4.0.3",
"classnames": "^2.3.2",
"fragmentions": "^1.1.3",
"gravatar-favicons": "^3.0.0",
"highlight.js": "^11.0.1",
"jsonfeed-to-atom": "^1.2.4",
"markdownlint-cli": "^0.42.0",
"mine.css": "^10.0.0",
"npm-run-all2": "^7.0.1",
"p-map": "^7.0.0",
"neostandard": "^0.11.2",
"tape": "^5.0.0",
"top-bun": "^10.0.0",
"typescript": "~5.6.2",
"uhtml-isomorphic": "^2.1.0",
"xmlbuilder": "^15.1.1"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.3.1"
},
"dependencies": {
"giscus": "^1.5.0"
}
}