{
  "name": "@form8ion/core",
  "description": "core logic for form8ion tools",
  "license": "MIT",
  "version": "4.11.2",
  "type": "commonjs",
  "engines": {
    "node": "^18.17 || >=20.6.1"
  },
  "author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
  "repository": "form8ion/core",
  "bugs": "https://github.com/form8ion/core/issues",
  "homepage": "https://npm.im/@form8ion/core",
  "runkitExampleFilename": "./example.js",
  "exports": {
    "require": "./lib/index.js",
    "import": "./lib/index.mjs"
  },
  "main": "lib/index.js",
  "module": "lib/index.mjs",
  "sideEffects": false,
  "scripts": {
    "pretest": "run-s build",
    "test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
    "lint:lockfile": "lockfile-lint",
    "lint:js": "eslint . --cache",
    "lint:md": "remark . --frail",
    "generate:md": "remark . --output",
    "pregenerate:md": "run-s build",
    "lint:sensitive": "ban",
    "pretest:integration": "run-s build",
    "lint:gherkin": "gherkin-lint",
    "test:integration": "run-s 'test:integration:base -- --profile noWip'",
    "test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration --profile base",
    "test:integration:debug": "DEBUG=test run-s test:integration",
    "test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
    "test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
    "clean": "rimraf ./lib",
    "prebuild": "run-s clean",
    "build": "npm-run-all --print-label --parallel build:*",
    "build:js": "rollup --config",
    "watch": "run-s 'build:js -- --watch'",
    "prepack": "run-s build",
    "test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
    "test:unit:base": "npm-run-all --print-label --parallel test:unit:mocha test:unit:vitest",
    "test:unit:vitest": "DEBUG=any vitest run",
    "test:unit:mocha": "DEBUG=any mocha 'src/**/*-test.js'",
    "lint:peer": "npm ls >/dev/null",
    "prepare": "husky install",
    "lint:engines": "ls-engines",
    "lint:publish": "publint --strict",
    "lint:js:fix": "run-s 'lint:js -- --fix'"
  },
  "files": [
    "example.js",
    "lib/",
    "src/"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "packageManager": "npm@11.16.0+sha512.03be172fc3b199c7a06433163e459be5b110a6983c1dd6305b7ac10f6b0fa12e1440755a8df6b1064ab2ccb789df0474919fb9c684e322dc57685ede21752ccb",
  "dependencies": {
    "@hapi/hoek": "^11.0.2",
    "@travi/cli-messages": "^1.0.5",
    "deepmerge": "^4.2.2",
    "ini": "^4.1.3",
    "joi": "^17.13.3",
    "js-yaml": "^4.1.0",
    "spdx-license-list": "6.11.0"
  },
  "devDependencies": {
    "@babel/register": "7.29.7",
    "@cucumber/cucumber": "11.3.0",
    "@form8ion/babel-preset": "1.6.155",
    "@form8ion/commitlint-config": "2.0.16",
    "@form8ion/eslint-config": "7.0.18",
    "@form8ion/eslint-config-cucumber": "1.4.1",
    "@form8ion/eslint-config-mocha": "3.0.6",
    "@form8ion/remark-lint-preset": "6.0.7",
    "@rollup/plugin-babel": "7.1.0",
    "@travi/any": "3.3.0",
    "ban-sensitive-files": "1.10.11",
    "c8": "11.0.0",
    "chai": "4.5.0",
    "cross-env": "10.1.0",
    "cz-conventional-changelog": "3.3.0",
    "filedirname": "3.4.0",
    "gherkin-lint": "4.2.4",
    "husky": "9.1.7",
    "lockfile-lint": "5.0.0",
    "ls-engines": "0.9.4",
    "mocha": "11.7.6",
    "mock-fs": "5.5.0",
    "npm-run-all2": "9.0.1",
    "publint": "0.3.21",
    "remark-cli": "12.0.1",
    "remark-toc": "9.0.0",
    "remark-usage": "11.0.1",
    "rimraf": "6.1.3",
    "rollup": "4.61.1",
    "rollup-plugin-auto-external": "2.0.0",
    "sinon": "22.0.0",
    "vitest": "4.0.18",
    "vitest-when": "0.10.0"
  }
}
