{
  "name": "@aemforms/af-core",
  "version": "0.22.175",
  "description": "Core Module for Forms Runtime",
  "author": "Adobe Systems",
  "license": "Adobe Proprietary",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib",
    "source": "src",
    "test": "src/__tests__"
  },
  "jest-junit": {
    "suiteName": "core tests",
    "suiteNameTemplate": "{filename}",
    "classNameTemplate": "model-test.{filename}",
    "outputDirectory": "./target/test-reports"
  },
  "files": [
    "esm",
    "lib",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "jest --silent",
    "eslint": "npx eslint src/**",
    "eslint:fix": "npx eslint --fix src/**",
    "test:ci": "jest --silent --coverage",
    "build": "npm run eslint && npx tsc && npm run build:esm",
    "build:esm": "rollup -c rollup.config.mjs",
    "clean": "rm -rf lib target",
    "prepublishOnly": "npm run build && npm run test",
    "docs": "npx typedoc --options .typedoc.cjs"
  },
  "dependencies": {
    "@adobe/json-formula": "0.1.50",
    "@aemforms/af-formatters": "^0.22.175"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.20.2",
    "@types/jest": "29.2.4",
    "@types/lodash": "^4.14.171",
    "@typescript-eslint/eslint-plugin": "^4.28.2",
    "@typescript-eslint/parser": "^4.28.2",
    "babel-jest": "^29.4.1",
    "blob-polyfill": "^7.0.20220408",
    "eslint": "^7.30.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-jest": "^24.3.6",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "form-data": "^4.0.0",
    "jest": "29.3",
    "jest-environment-jsdom": "^29.3.1",
    "jest-junit": "^12.2.0",
    "nock": "^13.1.3",
    "node-fetch": "^2.6.1",
    "parse-multipart-data": "^1.5.0",
    "ts-jest": "29.0",
    "typedoc": "0.22.11",
    "typedoc-plugin-markdown": "3.11.13",
    "typescript": "^4.3.5"
  }
}