farbnamen
Version:
Liste aller deutschen Farbnamen
30 lines (29 loc) • 712 B
JSON
{
"name": "farbnamen",
"version": "0.8.0",
"description": "Liste aller deutschen Farbnamen",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node scripts/fetch.js && node scripts/createimage.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meodai/farbnamen.git.git"
},
"keywords": [
"farben",
"namen"
],
"author": "meodai@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/meodai/farbnamen.git/issues"
},
"homepage": "https://github.com/meodai/farbnamen.git/#readme",
"devDependencies": {
"culori": "^3.3.0",
"puppeteer": "^21.5.2"
}
}