@yankeeinlondon/link-builder
Version:
adds contextual classes and features to links in documents used in vite-plugin-md
86 lines (85 loc) • 2.47 kB
JSON
{
"name": "@yankeeinlondon/link-builder",
"version": "1.2.1",
"description": "adds contextual classes and features to links in documents used in vite-plugin-md",
"keywords": [
"vitejs",
"builder",
"vite-plugin-md",
"vue"
],
"homepage": "https://github.com/yankeeinlondon/link-builder#readme",
"bugs": {
"url": "https://github.com/yankeeinlondon/link-builder/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yankeeinlondon/link-builder.git"
},
"license": "MIT",
"author": "Ken Snyder <ken@ken.net>",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js"
}
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"package.json",
"README.md",
"dist"
],
"scripts": {
"build": "tsup src/index.ts --format=esm --dts --clean",
"lint": "run-p lint:*",
"lint:src": "eslint src/**/*.ts --fix",
"lint:test": "eslint test/**/*.ts --fix",
"lint:tsc": "tsc --noEmit",
"lint:node": "tsup src/index.ts --format=esm && node dist/index.js",
"prepublishOnly": "npm run build",
"test": "vitest",
"test:ci": "vitest run",
"test:ui": "vitest:ui",
"watch": "tsup src/index.ts --format=esm --dts --watch",
"audit:fix": "pnpm audit --fix",
"release": "run-s lint release:latest test:ci audit:fix release:bump",
"release:latest": "pnpm install",
"release:bump": "bumpp"
},
"dependencies": {
"@yankeeinlondon/builder-api": "^1.2.2",
"@yankeeinlondon/happy-wrapper": "^2.10.1"
},
"devDependencies": {
"@antfu/ni": "^0.18.8",
"@rollup/pluginutils": "^5.0.2",
"@types/markdown-it": "^12.2.3",
"@types/node": "^16.18.9",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/ui": "^0.25.8",
"bumpp": "^8.2.1",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^45.0.2",
"fp-ts": "^2.13.1",
"happy-dom": "^8.1.0",
"markdown-it": "^13.0.1",
"npm-run-all": "^4.1.5",
"pathe": "^1.0.0",
"prettier": "^2.8.1",
"rollup": "^3.7.4",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"vite": "^4.0.1",
"vite-plugin-md": "^0.21.1",
"vitest": "^0.25.8",
"vue": "^3.2.45"
}
}