ember-template-lint
Version:
Linter for Ember or Handlebars templates.
100 lines (99 loc) • 2.69 kB
JSON
{
"name": "ember-template-lint",
"version": "2.19.0",
"description": "Linter for Ember or Handlebars templates.",
"keywords": [],
"homepage": "https://github.com/ember-template-lint/ember-template-lint",
"bugs": {
"url": "https://github.com/ember-template-lint/ember-template-lint/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ember-template-lint/ember-template-lint.git"
},
"license": "MIT",
"author": "Robert Jackson <me@rwjblue.com>",
"main": "lib/index.js",
"bin": "./bin/ember-template-lint.js",
"scripts": {
"lint": "npm-run-all lint:* --continue-on-error",
"lint:docs": "markdownlint **/*.md",
"lint:js": "eslint . --cache",
"lint:package-json": "sort-package-json --check",
"new": "node dev/new-rule/index.js",
"release": "release-it",
"test": "npm-run-all lint:* test:*",
"test:jest": "jest",
"update": "node ./scripts/update-rules.js"
},
"jest": {
"coveragePathIgnorePatterns": [
"<rootDir>/node_modules/",
"<rootDir>/test/"
],
"testMatch": [
"<rootDir>/test/**/*-test.js"
]
},
"dependencies": {
"chalk": "^4.0.0",
"ember-template-recast": "^5.0.1",
"find-up": "^5.0.0",
"fuse.js": "^6.4.6",
"get-stdin": "^8.0.0",
"globby": "^11.0.2",
"is-glob": "^4.0.1",
"micromatch": "^4.0.2",
"resolve": "^1.20.0",
"v8-compile-cache": "^2.2.0",
"yargs": "^16.2.0"
},
"devDependencies": {
"@babel/parser": "^7.12.16",
"@babel/traverse": "^7.12.13",
"common-tags": "^1.8.0",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import-helpers": "^1.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-unicorn": "^28.0.0",
"execa": "^5.0.0",
"fixturify-project": "^2.1.1",
"jest": "^26.6.3",
"markdownlint-cli": "^0.26.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"release-it": "^14.4.0",
"release-it-lerna-changelog": "^3.1.0",
"sort-package-json": "^1.48.1"
},
"engines": {
"node": "10.* || >= 12.*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
}
},
"volta": {
"node": "12.16.3",
"yarn": "1.22.4"
}
}