awerlang/ascii-category

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
    "name": "ascii-category",
    "version": "1.0.1",
    "description": "",
    "main": "dist/ascii-category.js",
    "browser": "dist/ascii-category.umd.js",
    "module": "dist/ascii-category.esm.js",
    "scripts": {
        "build": "npm run lint && rollup -c",
        "lint": "eslint --ext .ts .",
        "docs": "typedoc --out docs --mode modules",
        "test": "npm run lint && ts-node test.ts"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/awerlang/ascii-category.git"
    },
    "keywords": [
        "ascii",
        "keyboard",
        "key",
        "codes",
        "ansi",
        "char",
        "codes",
        "keydown",
        "keypress",
        "keyup"
    ],
    "author": "André Werlang",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/awerlang/ascii-category/issues"
    },
    "homepage": "https://github.com/awerlang/ascii-category#readme",
    "devDependencies": {
        "@typescript-eslint/eslint-plugin": "^1.6.0",
        "@typescript-eslint/parser": "^1.6.0",
        "eslint": "5.16.0",
        "rollup": "1.9.3",
        "rollup-plugin-typescript": "1.0.1",
        "rollup-plugin-uglify": "6.0.2",
        "ts-node": "8.0.3",
        "typedoc": "0.14.2",
        "typescript": "3.4.3"
    }
}