UNPKG

ember-cli-markdown-codefences

Version:
137 lines (136 loc) 4.53 kB
{ "name": "ember-cli-markdown-codefences", "version": "2.1.0", "description": "Ember CLI Addon for testing markdown codefences", "keywords": [ "ember-addon", "lint", "ember-cli", "ember", "markdown", "md", "test", "testing", "validation", "fences", "codefences" ], "license": "MIT", "author": "BBVAEngineering", "directories": { "doc": "doc", "test": "tests" }, "homepage": "https://github.com/BBVAEngineering/ember-cli-markdown-codefences", "repository": { "type": "git", "url": "https://github.com/BBVAEngineering/ember-cli-markdown-codefences" }, "bugs": { "url": "https://github.com/BBVAEngineering/ember-cli-markdown-codefences/issues" }, "scripts": { "lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"", "lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix", "lint:hbs": "ember-template-lint .", "lint:js": "eslint . --cache --max-warnings 0", "lint:js:fix": "eslint . --fix", "test": "npm-run-all lint test:ember", "test:ember": "COVERAGE=true ember test", "test:ember-compatibility": "ember try:each", "commit": "git-cz", "lint:hbs:fix": "ember-template-lint . --fix", "semantic-release": "semantic-release", "build": "ember build --environment=production", "check-coverage": "istanbul check-coverage coverage/coverage-final.json --statements 100 --branches 100 --functions 100 --lines 100", "lint:style": "prettier --check .", "lint:style:fix": "prettier --write .", "posttest": "npm run report-coverage && npm run check-coverage && npm run validate-coverage", "prepare": "husky install", "report-coverage": "istanbul report --include=coverage/coverage-final.json text", "start": "ember serve", "test:release": "semantic-release --branches=$(git rev-parse --abbrev-ref HEAD) --dry-run", "validate-coverage": "test \"$(cat coverage/coverage-summary.json | json total.lines.total)\" -ge 0" }, "dependencies": { "broccoli-funnel": "^2.0.1", "broccoli-markdown-codefences": "^1.0.0", "broccoli-merge-trees": "^3.0.0", "ember-cli-babel": "^7.26.6", "ember-cli-htmlbars": "^5.7.1", "ember-cli-version-checker": "^2.1.0", "markdown-extensions": "^1.1.0" }, "devDependencies": { "@commitlint/cli": "^12.1.4", "@commitlint/config-conventional": "^12.1.4", "@ember/optional-features": "^2.0.0", "@ember/test-helpers": "^2.2.5", "@embroider/test-setup": "^0.41.0", "@glimmer/component": "^1.0.4", "@glimmer/tracking": "^1.0.4", "@semantic-release/changelog": "^5.0.1", "@semantic-release/git": "^9.0.0", "babel-eslint": "^10.1.0", "broccoli-asset-rev": "^3.0.0", "chai": "^4.2.0", "commitizen": "^4.2.4", "cz-conventional-changelog": "^3.3.0", "ember-auto-import": "^1.11.3", "ember-cli": "~3.27.0", "ember-cli-code-coverage": "^1.0.3", "ember-cli-dependency-checker": "^3.2.0", "ember-cli-inject-live-reload": "^2.0.2", "ember-cli-sri": "^2.1.1", "ember-cli-terser": "^4.0.2", "ember-disable-prototype-extensions": "^1.1.3", "ember-export-application-global": "^2.0.1", "ember-load-initializers": "^2.1.2", "ember-maybe-import-regenerator": "^0.1.6", "ember-page-title": "^6.2.2", "ember-qunit": "^5.1.4", "ember-resolver": "^8.0.2", "ember-source": "~3.27.2", "ember-source-channel-url": "^3.0.0", "ember-template-lint": "^3.4.2", "ember-try": "^1.4.0", "eslint": "^7.27.0", "eslint-config-bbva": "^3.2.2", "eslint-config-prettier": "^8.3.0", "eslint-plugin-bbva": "^1.3.3", "eslint-plugin-ember": "^10.4.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-qunit": "^6.1.1", "fs-extra": "^9.0.0", "husky": "^7.0.1", "istanbul": "^0.4.5", "json": "^11.0.0", "lint-staged": "^11.0.1", "loader.js": "^4.7.0", "mocha": "^7.1.1", "npm-run-all": "^4.1.5", "prettier": "^2.3.0", "qunit": "^2.15.0", "qunit-dom": "^1.6.0", "semantic-release": "^17.4.4" }, "engines": { "node": "10.* || >= 12" }, "ember": { "edition": "octane" }, "ember-addon": { "configPath": "tests/dummy/config" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "lint-staged": { "*.{js,ts}": "eslint --fix", "*.{md,json,yaml,yml}": "prettier -w" } }