heppokofrontend/dictionary-file-maker

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@heppokofrontend/dictionary-file-maker",
  "description": "Build to class platform-compatible dictionary data text file.",
  "version": "0.2.2",
  "author": "heppokofrontend",
  "bin": {
    "dict-maker": "./bin/dict-maker"
  },
  "bugs": {
    "url": "https://github.com/heppokofrontend/dictionary-files-build/issues"
  },
  "dependencies": {
    "yargs": "^17.3.0"
  },
  "devDependencies": {
    "@types/jest": "^27.0.3",
    "@types/node": "^15.14.9",
    "@types/yargs": "^17.0.7",
    "@webpack-cli/generators": "^2.4.1",
    "jest": "^27.4.4",
    "jest-environment-jsdom-global": "^3.0.0",
    "terser": "^5.10.0",
    "ts-jest": "^27.1.1",
    "ts-loader": "^9.2.6",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.3",
    "webpack": "^5.65.0",
    "webpack-cli": "^4.9.1"
  },
  "files": [
    "bin",
    "lib",
    "types"
  ],
  "homepage": "https://github.com/heppokofrontend/dictionary-files-build#readme",
  "keywords": [
    "cli",
    "dictionaries",
    "dictionary",
    "google-ime",
    "ime",
    "microsoft-ime"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heppokofrontend/dictionary-files-build.git"
  },
  "scripts": {
    "build": "tsc -d --outdir ./lib",
    "prebuild": "node clean",
    "preinstall": "git config commit.template .gitmessage",
    "prepublishOnly": "npm run build",
    "sample": "dict-maker sample/mock.json --mac --win --winGoogle -o ./dictionary",
    "test": "jest --coverage",
    "test:watch": "jest --coverage --watch",
    "watch": "tsc --outdir ./lib --watch"
  },
  "typings": "@types/index.d.ts"
}