{
  "name": "@genesiscommunitysuccess/analyzer-import-alias-plugin",
  "version": "5.0.3",
  "description": "Plugin for custom element manifest parser to handle import aliases",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/genesiscommunitysuccess/custom-elements-lsp.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/genesiscommunitysuccess/custom-elements-lsp",
  "bugs": {
    "url": "https://github.com/genesiscommunitysuccess/custom-elements-lsp/issues"
  },
  "scripts": {
    "bootstrap:module": "npm run build",
    "build": "tsc -p ./src/tsconfig.json",
    "build:watch": "tsc -p ./src/tsconfig.json --watch",
    "clean:dist": "rimraf ./dist",
    "dev": "tsc-watch --project ./src --outDir ./dist --onSuccess \"nodemon ./dist/dev.js\"",
    "postinstall": "node ./scripts/postinstall.cjs",
    "start:debug": "node --inspect-brk ./dist/dev.js",
    "test:unit": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
    "test:unit:coverage": "npm run test:unit -- --coverage",
    "test:unit:debug": "cross-env NODE_OPTIONS=--experimental-vm-modules node --inspect-brk ../../../node_modules/jest/bin/jest.js",
    "test:unit:watch": "npm run test:unit -- --watchAll"
  },
  "keywords": [
    "custom-elements",
    "custom-elements-json",
    "custom-elements-manifest",
    "customelements",
    "webcomponents",
    "customelementsjson",
    "customelementsmanifest",
    "import",
    "alias"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "chalk": "^4.1.1"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "0.9.0",
    "@types/jest": "^29.5.1",
    "cross-env": "^7.0.3",
    "globby": "^11.0.3",
    "jest": "^29.5.0",
    "nodemon": "^2.0.7",
    "ts-jest": "^29.1.0",
    "tsc-watch": "^6.0.4",
    "typescript": "4.3.2",
    "uvu": "^0.5.1"
  },
  "gitHead": "9c3a3b22c3ca20d6a5a435d696330489085520e3"
}
