heppokofrontend/html-entity

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@heppokofrontend/html-entity",
  "description": "Encodes and decodes an HTML Entity.",
  "version": "0.1.1",
  "author": "heppokofrontend",
  "bugs": {
    "url": "https://github.com/heppokofrontend/html-entity/issues"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "@types/node": "^14.14.35",
    "jest": "^26.6.3",
    "ts-jest": "^26.5.4",
    "ts-loader": "^8.0.18",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.3"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": "^14.16.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/heppokofrontend/html-entity#readme",
  "keywords": [
    "web-components",
    "custom-elements",
    "HTML-Entity"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heppokofrontend/html-entity.git"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "prestart": "git config commit.template .gitmessage",
    "start": "tsc -w",
    "test": "jest --coverage",
    "test:watch": "jest --watch --coverage"
  }
}