[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/parcelLab/parcelLab-js-plugin/main/package.json [Back]  [Original]

{
  "name": "@parcellab/js-plugin",
  "version": "1.1.0",
  "description": "Track and Trace JavaScript plugin used to retrieve and display trackings from parcelLab on any given webpage.",
  "source": "src/index.js",
  "targets": {
    "bundle": {
      "distDir": "bundle",
      "context": "browser",
      "includeNodeModules": true,
      "outputFormat": "global",
      "optimize": true,
      "sourceMap": false
    },
    "deploy": {
      "distDir": "dist",
      "context": "browser",
      "includeNodeModules": true,
      "outputFormat": "global",
      "optimize": true,
      "sourceMap": false
    }
  },
  "scripts": {
    "start": "parcel test/index.html --port 4000",
    "build": "parcel build --target deploy",
    "clean": "rm -rf .parcel-cache && rm -rf dist",
    "deploy": "npm run clean && npm run build",
    "bundle": "parcel build --target bundle --no-cache",
    "lint": "eslint src/",
    "prepublishOnly": "npm run bundle"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/parcelLab/parcelLab-js-plugin.git"
  },
  "keywords": [
    "parcellab",
    "plugin",
    "track and trace",
    "tracking"
  ],
  "author": "parcelLab GmbH",
  "license": "MIT",
  "homepage": "https://www.parcellab.com",
  "browserslist": "> 0.5%, last 2 versions, not dead",
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.3",
    "@eslint/js": "^9.39.2",
    "@parcel/transformer-sass": "^2.16.4",
    "eslint": "^9.39.2",
    "eslint-config-parcellab": "^0.1.0",
    "globals": "^17.2.0",
    "parcel": "^2.13.3",
    "sass": "^1.83.4"
  },
  "overrides": {
    "immutable": ">=5.1.8",
    "minimatch": ">=3.1.3",
    "picomatch": ">=4.0.4",
    "js-yaml": "^4.2.0",
    "brace-expansion": ">=5.0.9"
  },
  "dependencies": {
    "cash-dom": "^1.3.4",
    "nanohtml": "^1.9.0",
    "nanomorph": "^5.4.0",
    "nanostore": "^1.2.0"
  }
}

Web Proxy Viewer  |  New URL  |  Original Page