{
    "name": "@plastichub/ph-site",
    "version": "0.1.1",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "dev": "hugo server -d ../../../docs.plastic-hub.com/mixer",
        "dev-grunt": "tsc -p . -w",
        "dev-content": "grunt content-en --stack",
        "dev-theme": "npm run --prefix themes/hugo build-dev",
        "dev-all": "npm-run-all --parallel dev-grunt dev-content",
        "dev-documentation": "grunt compile:documentation",
        "build": "hugo --enableGitInfo --verbose --debug -v --templateMetrics --templateMetricsHints -d ../../../docs.plastic-hub.com/mixer",
        "link-dev": "sh scripts/link-dev",
        "gupdate": "git pull && npm run build"
    },
    "author": "OSR - Plastic.org",
    "dependencies": {
        
    }
}
