{
    "author": "mrodrig",
    "name": "tag-cloud",
    "description": "Node Tag Cloud HTML Generator",
    "version": "2.0.3",
    "repository": {
        "type": "git",
        "url": "http://github.com/mrodrig/tag-cloud.git"
    },
    "main": "./lib/tagCloud.js",
    "types": "./lib/tagCloud.d.ts",
    "scripts": {
        "build": "npm run lint && npm run test && npm run compile",
        "compile": "tsc -p tsconfig.build.json",
        "coverage": "nyc npm run test",
        "lint": "eslint --ext .js,.ts src test",
        "prepublishOnly": "npm run build",
        "test": "mocha -r ts-node/register test/index.ts"
    },
    "keywords": [
        "tag",
        "cloud",
        "tagCloud",
        "word",
        "wordCloud",
        "word cloud",
        "tag cloud",
        "generator",
        "html",
        "dom",
        "text"
    ],
    "devDependencies": {
        "@types/mocha": "10.0.1",
        "@types/node": "18.15.3",
        "@typescript-eslint/eslint-plugin": "5.55.0",
        "@typescript-eslint/parser": "5.55.0",
        "async": "3.2.3",
        "eslint": "8.36.0",
        "eslint-config-google": "0.14.0",
        "eslint-plugin-import": "2.27.5",
        "mocha": "^10.8.2",
        "nyc": "15.1.0",
        "should": "13.2.3",
        "ts-node": "10.9.1",
        "typescript": "5.0.2"
    },
    "engines": {
        "node": ">=16"
    },
    "license": "MIT"
}