{
    "name": "postcard_application",
    "version": "1.0.0",
    "description": "The most amazing postcard application ever!",
    "main": "Pict-Application-Postcard.js",
    "scripts": {
        "start": "node Pict-Application-Postcard.js",
        "build": "npx quack build && npx quack copy"
    },
    "author": "steven",
    "license": "MIT",
    "copyFilesSettings": {
        "whenFileExists": "overwrite"
    },
    "copyFiles": [
        {
            "from": "./html/*",
            "to": "./dist/"
        },
        {
            "from": "./css/**",
            "to": "./dist/css/"
        },
        {
            "from": "../../node_modules/pict/dist/*",
            "to": "./dist/js/"
        }
    ],
    "dependencies": {
        "pict-section-form": "^1.0.8"
    }
}
