UNPKG

ember-template-lint-plugin-denylist

Version:
76 lines (75 loc) 2.23 kB
{ "name": "ember-template-lint-plugin-denylist", "version": "0.1.1", "description": "`ember-template-lint` plugin for setting attribute denylists", "main": "lib/index.js", "types": "lib/types/index.d.ts", "files": [ "lib/" ], "scripts": { "test": "npm-run-all lint:* test:*", "test:jest": "jest test", "lint:js": "eslint . --cache --fix", "build": "tsc --build", "build:watch": "tsc --watch", "prepare": "husky install && yarn build", "release": "standard-version" }, "repository": { "type": "git", "url": "git+https://github.com/shamrt/ember-template-lint-plugin-denylist.git" }, "keywords": [ "ember-template-lint", "ember-template-lint-plugin", "plugin", "denylist", "attribute" ], "author": "Shane Martin <dev.sh@nemart.in>", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/shamrt/ember-template-lint-plugin-denylist/issues" }, "homepage": "https://github.com/shamrt/ember-template-lint-plugin-denylist#readme", "dependencies": { "ember-template-recast": "^6.1.3", "lodash": "^4.17.21", "tslib": "^2.3.1", "validate-peer-dependencies": "^2.0.0" }, "devDependencies": { "@babel/core": "^7.18.2", "@babel/preset-env": "^7.16.11", "@babel/preset-typescript": "^7.16.7", "@commitlint/cli": "^16.2.3", "@commitlint/config-conventional": "^16.2.1", "@types/jest": "^27.4.1", "@types/lodash": "^4.14.182", "@types/node": "^17.0.24", "@typescript-eslint/eslint-plugin": "^5.26.0", "@typescript-eslint/parser": "^5.26.0", "ember-template-lint": "^3.14.1", "eslint": "^8.13.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^26.1.4", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-unicorn": "^42.0.0", "husky": "^7.0.4", "jest": "^27.5.1", "lint-staged": "^12.3.8", "npm-run-all": "^4.1.5", "prettier": "^2.6.2", "standard-version": "^9.5.0", "typescript": "^4.7.2" }, "peerDependencies": { "ember-template-lint": "^3.4.1" }, "lint-staged": { "*.{js,cjs,ts}": "eslint --cache --fix", "*.md": "prettier --write" } }