gw2-tooltip-html
Version:
Parses markup text from Guild Wars 2 tooltips to html.
48 lines (47 loc) • 1.12 kB
JSON
{
"name": "gw2-tooltip-html",
"version": "0.1.1",
"description": "Parses markup text from Guild Wars 2 tooltips to html.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "jest",
"clean": "rm -rf dist",
"build": "tsc",
"release": "npm run clean && npm run build && changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GW2Treasures/gw2-tooltip-html.git"
},
"keywords": [
"gw2",
"guild wars 2",
"tooltip",
"markup",
"parse",
"html"
],
"author": "darthmaim",
"license": "MIT",
"bugs": {
"url": "https://github.com/GW2Treasures/gw2-tooltip-html/issues"
},
"homepage": "https://github.com/GW2Treasures/gw2-tooltip-html#readme",
"devDependencies": {
"@changesets/cli": "2.29.7",
"@jest/globals": "30.2.0",
"@svitejs/changesets-changelog-github-compact": "1.2.0",
"jest": "30.2.0",
"ts-jest": "29.4.4",
"ts-node": "10.9.2",
"typescript": "5.9.2"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}