first commit
Some checks failed
GitHub Actions Build and Deploy mein-techstack / build-deploy (push) Failing after 41s

This commit is contained in:
Stephan Hadan 2025-01-26 11:34:47 +01:00
commit ad63e109c6
18 changed files with 683 additions and 0 deletions

44
package.json Normal file
View file

@ -0,0 +1,44 @@
{
"name": "mein-techstack",
"version": "1.0.0",
"description": " This repo is a collection of awesome Mac applications and tools for developers and designers. ",
"homepage": "https://techstack.hadan.de",
"funding": "https://git.hadan-it.com/",
"main": "dist/mein-techstack.json",
"scripts": {
"start": "npm run build && npm run create:ast",
"doc": "idoc --watch",
"build": "idoc",
"create:ast": "node build/ast.mjs"
},
"repository": {
"type": "git",
"url": "https://git.hadan-it.com/stiebke/techstack.hadan.de.git"
},
"keywords": [
"techstack",
"linux",
"macos",
"macosx",
"osx",
"windows",
"software",
"apps",
"programming"
],
"files": [
"dist/mein-techstack.json"
],
"author": "Stephan Hadan <stephan@hadan.de>",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://git.hadan-it.com/stiebke/techstack.hadan.de/issues"
},
"devDependencies": {
"fs-extra": "^11.3.0",
"idoc": "^1.34.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"to-vfile": "^7.2.4"
}
}