{
    "name": "boytacean-web",
    "version": "0.5.1",
    "description": "The web version of Boytacean",
    "repository": {
        "type": "git",
        "url": "git+https://gitlab.stage.hive.pt/joamag/boytacean.git"
    },
    "license": "Apache-2.0",
    "scripts": {
        "build": "parcel build index.html",
        "dev": "parcel index.html",
        "pretty": "prettier --config .prettierrc \"./**/*.{ts,tsx,json}\" --write",
        "start": "npm run build",
        "watch": "parcel watch index.html"
    },
    "source": "index.ts",
    "devDependencies": {
        "@parcel/transformer-typescript-tsc": "^2.7.0",
        "@types/react": "^18.0.21",
        "@types/react-dom": "^18.0.6",
        "parcel": "^2.7.0",
        "prettier": "^2.7.1",
        "process": "^0.11.10",
        "react": "^18.2.0",
        "react-dom": "^18.2.0",
        "typescript": "^4.8.4"
    }
}