{
  "name": "linkbio",
  "version": "0.3.19",
  "description": "Bundle for Linkbio Blogger template",
  "main": "dist/js/main.js",
  "type": "module",
  "files": [
    "dist/css/main.min.css",
    "dist/js/main.min.js"
  ],
  "scripts": {
    "dev": "hamlet --mode production --watch",
    "build": "hamlet --mode production",
    "local": "npm-run-all --parallel dev serve",
    "serve": "servor ./dist --reload --browse",
    "lint": "eslint src",
    "lint:fix": "eslint src --fix",
    "check": "npm run build && npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zkreations/blank.git"
  },
  "author": "zkreations <daniel@zkreations.com> (https://zkreations.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zkreations/blank/issues"
  },
  "homepage": "https://github.com/zkreations/blank#readme",
  "dependencies": {
    "blogger-admin-wp": "^1.0.1",
    "blogger-related-posts": "^1.1.8",
    "hamlet-builder": "^1.0.46",
    "meteor-icons": "^3.7.0"
  },
  "devDependencies": {
    "eslint": "^8.57.1",
    "eslint-config-standard": "^17.1.0",
    "npm-run-all": "^4.1.5",
    "servor": "^4.0.2"
  },
  "theme": {
    "name": "Linkbio",
    "version": "1.0.0",
    "license": "Todos los derechos reservados."
  },
  "browserslist": [
    ">= 1%",
    "last 2 major versions",
    "not dead",
    "not edge <= 18",
    "not ie <= 11"
  ]
}
