{
  "name": "ciao-mondo",
  "version": "1.0.0",
  "description": "Ciao Mondo!",
  "main": "build/index.js",
  "scripts": {
    "build": "babel src -d build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DevMata/ciao-mondo.git"
  },
  "keywords": [
    "ciao",
    "mondo"
  ],
  "babel": {
    "presets": [
      [
        "@babel/preset-env",
        {
          "useBuiltIns": "entry"
        }
      ]
    ]
  },
  "author": "Antonio Mata (antonio.mata.sv@gmail.com)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/DevMata/ciao-mondo/issues"
  },
  "homepage": "https://github.com/DevMata/ciao-mondo#readme",
  "devDependencies": {
    "@babel/cli": "^7.16.8",
    "@babel/core": "^7.16.12",
    "@babel/preset-env": "^7.16.11"
  }
}
