{
  "name": "@frontile/forms",
  "version": "0.18.0-alpha.14",
  "description": "Component Library for Ember Octane apps: Forms",
  "keywords": [
    "ember-addon",
    "frontile"
  ],
  "repository": "https://github.com/josemarluedke/frontile",
  "license": "MIT",
  "author": "",
  "exports": {
    ".": {
      "types": "./declarations/index.d.ts",
      "default": "./dist/index.js"
    },
    "./*": {
      "types": "./declarations/*.d.ts",
      "default": "./dist/*.js"
    },
    "./addon-main.js": "./addon-main.js"
  },
  "typesVersions": {
    "*": {
      "*": [
        "declarations/*"
      ]
    }
  },
  "directories": {
    "doc": "doc",
    "test": "tests"
  },
  "files": [
    "addon-main.js",
    "declarations",
    "dist"
  ],
  "scripts": {
    "build": "rollup --config",
    "lint": "concurrently 'npm:lint:*(!fix)' --names 'lint:'",
    "lint:fix": "concurrently 'npm:lint:*:fix' --names 'fix:'",
    "lint:hbs": "ember-template-lint . --no-error-on-unmatched-pattern",
    "lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern",
    "lint:js": "eslint . --cache",
    "lint:js:fix": "eslint . --fix",
    "lint:types": "glint",
    "prepack": "concurrently 'npm:build'",
    "start": "concurrently 'npm:start:*'",
    "start:js": "rollup --config --watch --no-watch.clearScreen",
    "start:types": "glint -d --watch",
    "test": "echo 'A v2 addon does not have tests, run tests in test-app'"
  },
  "dependencies": {
    "@embroider/addon-shim": "^1.10.3",
    "frontile": "^0.18.0-alpha.14"
  },
  "devDependencies": {
    "@babel/core": "7.26.7",
    "@babel/plugin-transform-typescript": "^7.26.7",
    "@ember/test-helpers": "^5.4.3",
    "@embroider/addon-dev": "8.3.1",
    "@glimmer/component": "^2.1.1",
    "@glimmer/tracking": "^1.1.2",
    "@glint/core": "1.5.2",
    "@glint/environment-ember-loose": "1.5.2",
    "@glint/environment-ember-template-imports": "1.5.2",
    "@rollup/plugin-babel": "^7.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@standard-schema/spec": "^1.1.0",
    "@tsconfig/ember": "^3.0.12",
    "babel-plugin-ember-template-compilation": "^2.2.1",
    "concurrently": "^10.0.4",
    "decorator-transforms": "^2.4.0",
    "ember-source": "^6.1.0",
    "rollup": "^4.62.4",
    "rollup-plugin-copy": "^3.5.0",
    "tailwindcss": "^3.4.17",
    "typescript": "^5.7.3"
  },
  "peerDependencies": {
    "@babel/runtime": ">= 7",
    "ember-source": ">= 4.12.0"
  },
  "engines": {
    "node": ">= 10.*"
  },
  "publishConfig": {
    "access": "public"
  },
  "ember": {
    "edition": "octane"
  },
  "ember-addon": {
    "version": 2,
    "type": "addon",
    "main": "addon-main.js",
    "app-js": {}
  },
  "gitHead": "df12d714a6953b4c5fe3677a6630fd1242ed6d11"
}
