fanzine/package.json

37 lines
849 B
JSON

{
"name": "fanzine",
"version": "0.0.1",
"description": "A web extension to publish content on a S3 website",
"main": "s3.mjs",
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "^3.58.0",
"@rescript/react": "^0.10.3",
"@ryyppy/rescript-promise": "^2.1.0",
"react": "^17.0.2",
"react-dom": "^18.0.0",
"rescript-aws-sdk-v3": "0.0.1"
},
"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"
}