Narazaka/sanajk

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "sanajk",
  "version": "1.0.6",
  "description": "Ukagaka SHIORI subsystem 'SanaJK'",
  "keywords": [
    "sanajk",
    "ukagaka",
    "shiori"
  ],
  "main": "./dist/lib/index.js",
  "types": "./dist/lib/index.d.ts",
  "files": [
    "dist/lib"
  ],
  "scripts": {
    "prepare": "npm run dist",
    "prepublishOnly": "npm run lint && npm run test",
    "dist": "shx rm -rf dist && tsc",
    "clean": "shx rm -rf dist",
    "test": "mocha",
    "lint": "run-s -c lint:*",
    "lint:eslint": "eslint .",
    "lint:prettier": "prettier --check .",
    "fix": "run-s -c fix:*",
    "fix:eslint": "npm run lint:eslint -- --fix",
    "fix:prettier": "prettier --write .",
    "docdist": "cd doc && git clean -fd && git rm -rf * && cd .. && npm run doc && cd doc && touch .nojekyll && git add . && git commit -m doc && git push",
    "doc": "typedoc --mode file --out doc --readme Readme.md --disableOutputCheck src/lib && cd doc && git status && cd .."
  },
  "dependencies": {
    "fso": "^2.7.0",
    "shiorack": "^2.3.1",
    "shiori-request-helper": "^2.3.0",
    "shiorijk": "^1.1.2"
  },
  "devDependencies": {
    "@types/mocha": "^5.0.0",
    "@types/node": "^11.9.0",
    "@types/power-assert": "^1.5.0",
    "@typescript-eslint/eslint-plugin": "^4.11.1",
    "@typescript-eslint/parser": "^4.11.1",
    "eslint": "^7.16.0",
    "eslint-config-airbnb-typescript": "^12.0.0",
    "eslint-config-prettier": "^7.1.0",
    "eslint-plugin-import": "^2.22.1",
    "espower-typescript": "^9.0.0",
    "mocha": "^6.0.0",
    "npm-run-all": "^4.1.5",
    "power-assert": "^1.6.1",
    "prettier": "^2.2.1",
    "shx": "^0.3.0",
    "typedoc": ">= 0.20.0",
    "typescript": "^4.1.3"
  },
  "url": "https://github.com/Narazaka/sanajk",
  "author": "Narazaka",
  "license": "Zlib",
  "repository": {
    "type": "git",
    "url": "https://github.com/Narazaka/sanajk.git"
  }
}