fanzine/package.json

28 lines
599 B
JSON
Raw Normal View History

2022-03-29 12:45:52 +00:00
{
"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"
},
"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"
}