UNPKG

@kenchan0130/markdown-to-atlassian-wiki-markup-cli

Version:

Command line interface of markdown-to-atlassian-wiki-markup (https://github.com/kenchan0130/markdown-to-atlassian-wiki-markup)

73 lines (72 loc) 2.17 kB
{ "name": "@kenchan0130/markdown-to-atlassian-wiki-markup-cli", "version": "0.7.0", "description": "Command line interface of markdown-to-atlassian-wiki-markup (https://github.com/kenchan0130/markdown-to-atlassian-wiki-markup)", "bin": { "markdownToAtlassianWikiMarkup": "dist/index.js" }, "scripts": { "clean": "rimraf dist/", "build": "run-s clean build:tsc", "build:tsc": "tsc", "lint": "eslint --max-warnings=0 src/**/*.ts", "lint:fix": "eslint --fix src/**/*.ts", "test": "run-s clean test:jest", "test:jest": "jest", "preversion": "[ \"$(git symbolic-ref --short HEAD)\" != master ] || [ -n \"$(git status --porcelain)\" ] && exit 1 || true", "postversion": "git push origin $(git describe --abbrev=0 --tags) && git push origin master" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/kenchan0130/markdown-to-atlassian-wiki-markup-cli.git" }, "author": "Tadayuki Onishi <tt.tanishi100@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/kenchan0130/markdown-to-atlassian-wiki-markup-cli/issues" }, "homepage": "https://github.com/kenchan0130/markdown-to-atlassian-wiki-markup-cli", "keywords": [ "Atlassian", "Confluence", "JIRA", "Markdown", "Wiki markup", "CLI" ], "files": [ "dist", "LICENSE", "package.json", "README.md" ], "dependencies": { "@kenchan0130/markdown-to-atlassian-wiki-markup": "latest", "commander": "latest", "encoding-japanese": "latest", "read-pkg": "latest" }, "devDependencies": { "@types/encoding-japanese": "latest", "@types/jest": "latest", "@types/node": "latest", "@typescript-eslint/eslint-plugin": "latest", "@typescript-eslint/parser": "latest", "eslint": "latest", "eslint-config-prettier": "latest", "eslint-plugin-jest": "latest", "eslint-plugin-prettier": "latest", "jest": "latest", "npm-run-all": "latest", "prettier": "latest", "rimraf": "latest", "ts-jest": "latest", "typescript": "latest" }, "jest": { "preset": "ts-jest" } }