{
  "name": "lint-to-the-future",
  "version": "3.2.0",
  "type": "module",
  "description": "A modern way to progressively update your code to the best practices",
  "repository": "https://github.com/mansona/lint-to-the-future",
  "license": "MIT",
  "author": "Chris Manson <chris@manson.ie>",
  "bin": {
    "lint-to-the-future": "cli.js",
    "lttf": "cli.js"
  },
  "directories": {
    "doc": "doc",
    "test": "tests"
  },
  "files": [
    "cli.js",
    "dist"
  ],
  "dependencies": {
    "commander": "^14.0.0",
    "set.prototype.difference": "^1.1.7",
    "temporal-polyfill": "^1.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.28.4",
    "@babel/eslint-parser": "^7.28.4",
    "@babel/plugin-proposal-decorators": "^7.28.0",
    "@babel/plugin-transform-runtime": "^7.29.0",
    "@ember/optional-features": "^2.2.0",
    "@ember/render-modifiers": "^4.0.0",
    "@ember/string": "^4.0.1",
    "@ember/test-helpers": "^5.2.2",
    "@embroider/compat": "^4.1.17",
    "@embroider/core": "^4.4.7",
    "@embroider/legacy-inspector-support": "^0.1.3",
    "@embroider/macros": "^1.18.1",
    "@embroider/vite": "^1.7.2",
    "@eslint/js": "^9.35.0",
    "@glimmer/component": "^2.0.0",
    "@rollup/plugin-babel": "^7.0.0",
    "babel-plugin-ember-template-compilation": "^3.1.0",
    "chai": "^4.3.6",
    "concurrently": "^9.2.1",
    "decorator-transforms": "^2.3.1",
    "ember-auto-import": "^2.10.0",
    "ember-body-class": "^3.0.0",
    "ember-cli": "~6.7.2",
    "ember-cli-babel": "^8.2.0",
    "ember-cli-deprecation-workflow": "^4.0.1",
    "ember-cli-htmlbars": "^6.3.0",
    "ember-inflector": "^5.0.1",
    "ember-load-initializers": "^3.0.1",
    "ember-modifier": "^4.2.2",
    "ember-page-title": "^9.0.3",
    "ember-qunit": "^9.0.3",
    "ember-resolver": "^13.2.0",
    "ember-source": "~6.7.0",
    "ember-template-lint": "^6.1.0",
    "ember-test-selectors": "^7.0.0",
    "eslint": "^9.35.0",
    "eslint-config-prettier": "^9.1.2",
    "eslint-plugin-ember": "^12.7.3",
    "eslint-plugin-n": "^17.21.3",
    "eslint-plugin-qunit": "^8.2.5",
    "execa": "^7.0.0",
    "express": "^4.17.1",
    "fixturify-project": "^7.1.3",
    "frappe-charts": "^1.5.2",
    "glob": "^4.5.3",
    "globals": "^15.15.0",
    "lint-to-the-future-ember-template": "^4.1.0",
    "lint-to-the-future-eslint": "^3.3.0",
    "mocha": "^10.1.0",
    "morgan": "^1.10.0",
    "prettier": "^3.6.2",
    "prettier-plugin-ember-template-tag": "^2.1.0",
    "qunit": "^2.24.1",
    "qunit-dom": "^3.5.0",
    "release-plan": "^0.18.0",
    "stylelint": "^16.23.1",
    "stylelint-config-standard": "^36.0.1",
    "temp": "^0.9.4",
    "testem": "^3.20.1",
    "tracked-built-ins": "^3.4.0",
    "vite": "^8.0.10"
  },
  "packageManager": "pnpm@7.33.7+sha512.7afe2410642b39c698df46da4ce5c7231a5cce360698d69f8cf8f42257d40b3e43f231053b07b8de849fd4ffbf4a71ff57b835137777a352388f3d3da747200e",
  "engines": {
    "node": ">= 20.11"
  },
  "ember": {
    "edition": "octane"
  },
  "exports": {
    "./tests/*": "./tests/*",
    "./*": "./app/*"
  },
  "scripts": {
    "build": "vite build",
    "format": "prettier . --cache --write",
    "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto",
    "lint:css": "stylelint \"**/*.css\"",
    "lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
    "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\" --prefixColors auto && npm run format",
    "lint:format": "prettier . --cache --check",
    "lint:hbs": "ember-template-lint .",
    "lint:hbs:fix": "ember-template-lint . --fix",
    "lint:js": "eslint . --cache",
    "lint:js:fix": "eslint . --fix",
    "start": "vite",
    "test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\" --prefixColors auto",
    "test:ember": "vite build --mode development && testem --file testem.cjs ci --port 0",
    "test:node": "mocha node-tests/*"
  }
}