{
  "name": "@ember/optional-features",
  "version": "3.0.0",
  "description": "The default blueprint for ember-cli addons.",
  "keywords": [
    "ember-addon"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emberjs/ember-optional-features.git"
  },
  "license": "MIT",
  "contributors": [
    "Godfrey Chan <godfreykfc@gmail.com>"
  ],
  "directories": {
    "doc": "doc",
    "test": "tests"
  },
  "dependencies": {
    "ember-cli-version-checker": "^5.1.2",
    "inquirer": "^13.2.2",
    "silent-error": "^1.1.1",
    "tinyglobby": "^0.2.15"
  },
  "devDependencies": {
    "broccoli-test-helper": "^2.0.0",
    "ember-cli": "~6.10.0",
    "ember-cli-dependency-checker": "^3.2.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.4.0",
    "execa": "^4.0.3",
    "prettier": "^2.3.2",
    "qunit": "^2.16.0",
    "release-plan": "^0.17.4"
  },
  "engines": {
    "node": ">= 20.19"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "build": "ember build",
    "lint:js": "eslint . --cache",
    "start": "ember serve",
    "test": "qunit tests/**/*-test.js"
  }
}