ohmyform/package.json
2020-06-03 14:17:16 +02:00

18 lines
429 B
JSON

{
"name": "ohmyform",
"description": "Opensource alternative to TypeForm",
"homepage": "https://github.com/ohmyform/ohmyform",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/ohmyform/ohmyform.git"
},
"engines": {
"yarn": "1.x"
},
"scripts": {
"heroku-prebuild": "scripts/heroku/prebuild.sh",
"heroku-postbuild": "scripts/heroku/postbuild.sh"
}
}