{ "name": "fanzine", "version": "0.0.1", "description": "A web extension to publish content on a S3 website", "main": "src/main.bs.js", "type": "module", "dependencies": {}, "devDependencies": { "rescript": "^9.1.4", "webpack": "^5.70.0", "webpack-cli": "^4.9.2" }, "scripts": { "re:build": "rescript", "re:start": "rescript build -w", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@git.deuxfleurs.fr:quentin/fanzine.git" }, "keywords": [ "s3", "garage", "web" ], "author": "Quentin Dufour", "license": "AGPL-3.0-or-later" }