{
  "name": "@corvina/create-corvina-app",
  "version": "1.9.42",
  "description": "Setup a corvina web app in one command!",
  "bin": {
    "create-corvina-app": "bin/index.js"
  },
  "files": [
    "/build",
    "/bin/index.js"
  ],
  "scripts": {
    "clean": "rm -rf main && rm -rf build/",
    "build": "./cross-arch-compiler.sh",
    "deploy": "npm publish --access public",
    "prepublish": "npm run clean && npm run build"
  },
  "keywords": [
    "corvina"
  ],
  "homepage": "https://github.com/Corvina-R-D/create-corvina-app/tree/master/src",
  "author": "Marcello Bellomi",
  "license": "ISC"
}
