techstack.hadan.de/package.json

44 lines
1.1 KiB
JSON

{
"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": "^8.0.0"
}
}