Files
o-k-i.net/package.json
T

17 lines
596 B
JSON
Raw Normal View History

2025-11-05 17:32:17 +04:00
{
"name": "o-k-i.net-v2",
"version": "1.0.0",
"description": "Applications web sur mesure pour associations et organisations militantes",
2025-11-05 17:32:17 +04:00
"scripts": {
"start": "eleventy --serve",
"build": "eleventy",
"clean": "rm -rf _site"
},
"keywords": ["application web", "associations", "organisations militantes", "développement sur mesure", "numérique éthique", "souveraineté numérique", "guadeloupe", "martinique", "caribbean", "open source"],
2025-11-05 17:41:27 +04:00
"author": "ORGANISATION KA INTERNATIONALE",
2025-11-05 17:32:17 +04:00
"license": "AGPL-3.0",
"devDependencies": {
"@11ty/eleventy": "^3.1.2"
}
}