{ "name": "communs.numerique.gouv.fr", "version": "0.1.0", "description": "Plan d'action logiciels libres et communs numériques", "scripts": { "build": "eleventy", "watch": "eleventy --watch", "serve": "eleventy --serve", "start": "eleventy --serve", "debug": "DEBUG=* eleventy" }, "repository": { "type": "git", "url": "git://git.sr.ht/~etalab/communs.numerique.gouv.fr" }, "author": { "name": "Bastien Guerry", "email": "bastien.guerry@data.gouv.fr" }, "license": "Licence Ouverte Etalab v2.0", "homepage": "https://communs.numerique.gouv.fr", "devDependencies": { "@11ty/eleventy": "^0.12.1", "@11ty/eleventy-navigation": "^0.1.6", "@11ty/eleventy-plugin-rss": "^1.1.1", "@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3", "@gouvfr/dsfr": "^1.2.0", "luxon": "^1.25.0", "markdown-it": "^8.4.2", "markdown-it-anchor": "^5.2.5" } }