@lint-todo/ember-template-lint-formatter-todo
Version:
An Ember Template Lint formatter for todos
99 lines (98 loc) • 2.55 kB
JSON
{
"name": "@lint-todo/ember-template-lint-formatter-todo",
"version": "2.0.1",
"description": "An Ember Template Lint formatter for todos",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/lint-todo/ember-template-lint-formatter-todo.git"
},
"license": "MIT",
"author": "Steve Calvert <steve.calvert@gmail.com>",
"type": "module",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --clean",
"lint": "eslint .",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"test": "npm run lint && npm run test:vitest",
"test:vitest": "vitest run"
},
"dependencies": {
"@lint-todo/utils": "^13.0.2",
"chalk": "^4.0.0",
"columnify": "^1.6.0",
"strip-ansi": "6"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"@scalvert/bin-tester": "^2.0.0",
"@types/columnify": "^1.5.1",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"date-fns": "^2.28.0",
"ember-template-lint": "^4.3.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unicorn": "^39.0.0",
"fs-extra": "^10.0.0",
"prettier": "^2.1.2",
"release-it": "^14.2.1",
"release-it-lerna-changelog": "^3.1.0",
"tsup": "^5.12.1",
"typescript": "^4.6.2",
"vite": "^2.8.6",
"vitest": "^0.7.6"
},
"peerDependencies": {
"ember-template-lint": "^4.3.0"
},
"publishConfig": {
"access": "public",
"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"
}
},
"bugs": {
"url": "https://github.com/scalvert/ember-template-lint-formatter-todo/issues"
},
"homepage": "https://github.com/scalvert/ember-template-lint-formatter-todo#readme",
"keywords": [
"ember-template-lint",
"ember-template-lint-formatter"
],
"engines": {
"node": ">=14"
},
"volta": {
"node": "14.19.1",
"npm": "8.5.3"
}
}