remark-telegraph
Version:
remark plugin to translate markdown into Telegra.ph Nodes
94 lines (93 loc) • 3.32 kB
JSON
{
"name": "remark-telegraph",
"version": "1.0.6",
"description": "remark plugin to translate markdown into Telegra.ph Nodes",
"main": "./lib",
"keywords": [
"telegra.ph",
"telegraph",
"markdown",
"remark",
"remark-plugin"
],
"scripts": {
"prepare": "babel src --out-dir ./lib --copy-files && husky install",
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
"test:security": "npm audit --production && npm run test:lock",
"test:lint": "eslint src bin tests --no-error-on-unmatched-pattern",
"test:mocha": "mocha --config .mocharc.json 'tests/**/*test.js'",
"test:package": "npt test -c .package-tester.json",
"test:coverage": "BUILD=0 MODE=test nyc mocha --config .mocharc.json 'tests/**/*test.js'",
"test:debt": "jscpd src --config .jscpd.json",
"test:lock": "lockfile-lint --path package-lock.json --validate-https --allowed-hosts npm",
"coverage-check": "MODE=test nyc check-coverage",
"test": "npm run test:lint && npm run test:security && BUILD=1 npm run test:mocha",
"sort-deps": "npm remove --save example; npm remove --save-dev example",
"semantic-release": "npx semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/pustovitDmytro/remark-telegraph.git"
},
"author": "Dmytro Pustovit",
"license": "MIT",
"bugs": {
"url": "https://github.com/pustovitDmytro/remark-telegraph/issues"
},
"engines": {
"node": ">=10"
},
"homepage": "https://github.com/pustovitDmytro/remark-telegraph#readme",
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/node": "^7.20.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.20.5",
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.20.2",
"@babel/runtime": "^7.20.6",
"@commitlint/cli": "^17.3.0",
"@commitlint/lint": "^17.3.0",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"babel-plugin-module-resolver": "^4.1.0",
"chai": "^4.3.7",
"chance": "^1.1.9",
"conventional-changelog-eslint": "^3.0.9",
"coveralls": "^3.1.1",
"danger": "^11.2.0",
"eslint": "^8.30.0",
"eslint-config-incredible": "^2.4.2",
"eslint-plugin-censor": "^1.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-regexp": "^1.11.0",
"eslint-plugin-scanjs-rules": "^0.2.1",
"eslint-plugin-security": "^1.5.0",
"eslint-plugin-sonarjs": "^0.17.0",
"eslint-plugin-unicorn": "45.0.2",
"fs-extra": "^11.1.0",
"husky": "^8.0.2",
"jscpd": "^3.5.3",
"lockfile-lint": "^4.9.6",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.2.0",
"node-package-tester": "^1.3.6",
"nyc": "^15.1.0",
"remark-parse": "^9.0.0",
"semantic-release": "^19.0.5",
"semantic-release-telegram": "^1.6.2",
"unified": "^9.2.2",
"uuid": "^8.3.2"
},
"dependencies": {
"myrmidon": "1.7.2"
}
}