{
  "name": "peowly-commands",
  "version": "2.0.0",
  "description": "Helper for handling commands with peowly",
  "homepage": "http://github.com/voxpelli/peowly-commands",
  "repository": {
    "type": "git",
    "url": "git://github.com/voxpelli/peowly-commands.git"
  },
  "keywords": [],
  "author": "Pelle Wessman <pelle@kodfabrik.se> (http://kodfabrik.se/)",
  "license": "MIT",
  "engines": {
    "node": "^22.22.2 || ^24.15.0 || >=26.0.0",
    "typescript": ">=6"
  },
  "type": "module",
  "exports": "./index.js",
  "types": "index.d.ts",
  "files": [
    "/index.js",
    "/index.d.ts",
    "/index.d.ts.map",
    "lib/**/*.js",
    "lib/**/*.d.ts",
    "lib/**/*.d.ts.map"
  ],
  "scripts": {
    "build": "run-s build:*",
    "build:0": "run-s clean",
    "build:1-declaration": "tsc -p declaration.tsconfig.json",
    "check": "run-s clean && run-p check:*",
    "check:installed-check": "installed-check -i npm-run-all2",
    "check:knip": "knip",
    "check:lint": "eslint",
    "check:tsc": "tsc",
    "check:type-coverage": "type-coverage --detail --strict --at-least 99 --ignore-files \"test/*\"",
    "clean": "run-p clean:*",
    "clean:declarations-lib": "rm -rf $(find lib -type f -name '*.d.ts*' ! -name '*-types.d.ts')",
    "clean:declarations-top": "rm -rf $(find . -maxdepth 1 -type f -name '*.d.ts*' ! -name 'index.d.ts')",
    "prepare": "husky",
    "prepublishOnly": "run-s build",
    "test": "run-s check test:*",
    "test:node": "c8 --reporter=lcov --reporter text node --test 'test/**/*.spec.js'",
    "test-ci": "run-s test:*"
  },
  "devDependencies": {
    "@types/node": "^22.20.1",
    "@voxpelli/eslint-config": "^25.1.0",
    "@voxpelli/tsconfig": "^16.2.1",
    "c8": "^12.0.0",
    "chalk": "^6.0.0",
    "eslint": "^9.10.0",
    "husky": "^9.1.7",
    "installed-check": "^11.0.0",
    "knip": "^6.31.0",
    "markdown-or-chalk": "^0.3.2",
    "npm-run-all2": "^9.0.3",
    "ora": "^9.4.1",
    "pony-cause": "^2.1.11",
    "redent": "^4.0.0",
    "trim-newlines": "^5.0.0",
    "type-coverage": "^2.30.1",
    "typescript": "^6.0.3",
    "validate-conventional-commit": "^2.0.0"
  },
  "dependencies": {
    "@types/normalize-package-data": "^2.4.4",
    "normalize-package-data": "^8.0.0",
    "peowly": "^2.0.1",
    "read-package-up": "^12.0.0"
  }
}
