{
    "name": "Invoice",
    "version": "1.0.0",
    "status": "ready",
    "keyname": "invoice",
    "icon": "Invoice.png",
    "description": "create bills",
    "developer": "Maliq Delyn",
    "email": "molabige@emitech.com.my",
    "website": "websolution@emitech.com.my",
    "segments" : ["sales", "credit-note"],
    "dependencies": {
        "autoprefixer": "10.4.5"
    },
    "scripts": {
        "dev": "npm run development",
        "development": "mix",
        "watch": "mix watch",
        "watch-poll": "mix watch -- --watch-options-poll=1000",
        "hot": "mix watch --hot",
        "prod": "npm run production",
        "production": "mix --production"
    }
}
