Skip to content
Snippets Groups Projects
package.json 745 B
Newer Older
  • Learn to ignore specific revisions
  • {
        "name": "boytacean-web",
    
    João Magalhães's avatar
    João Magalhães committed
        "version": "0.1.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,json}\" --write",
            "start": "npm run build",
            "watch": "parcel watch index.html"
        },
        "source": "index.ts",
        "devDependencies": {
    
            "@parcel/transformer-typescript-tsc": "^2.6.2",
            "parcel": "^2.6.2",
    
            "prettier": "^2.7.1",
    
            "typescript": "^4.7.4"