{
  "name": "resin-cli-form",
  "version": "5.0.1",
  "description": "Resin.io CLI form interpreter",
  "type": "commonjs",
  "main": "build/form.js",
  "homepage": "https://github.com/balena-io-modules/resin-cli-form",
  "repository": {
    "type": "git",
    "url": "git://github.com/balena-io-modules/resin-cli-form.git"
  },
  "keywords": [
    "resin",
    "form",
    "cli"
  ],
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "lint": "balena-lint -e ts lib tests",
    "lint-fix": "balena-lint -e ts lib tests --fix",
    "test": "npm run build && npm run lint && mocha -r ts-node/register/transpile-only --reporter spec tests/**/*.spec.ts",
    "test:fast": "npm run lint-fix; npm run build && mocha -r ts-node/register/transpile-only --reporter spec tests/**/*.spec.ts",
    "build": "tsc --project tsconfig.dist.json",
    "readme": "jsdoc2md --template doc/README.hbs build/form.js > README.md"
  },
  "author": "Juan Cruz Viotti <juan@resin.io>",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=20.0"
  },
  "devDependencies": {
    "@balena/lint": "^9.3.6",
    "@types/chai": "^4.3.3",
    "@types/chai-as-promised": "^7.1.5",
    "@types/columnify": "^1.5.4",
    "@types/inquirer": "^7.3.0",
    "@types/lodash": "^4.17.20",
    "@types/mocha": "^10.0.1",
    "@types/sinon": "^17.0.3",
    "chai": "^4.3.6",
    "chai-as-promised": "^7.1.1",
    "jsdoc-to-markdown": "^9.0.0",
    "mocha": "^11.0.0",
    "sinon": "^19.0.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.2"
  },
  "dependencies": {
    "inquirer": "^7.0.6",
    "lodash": "^4.17.21",
    "resin-cli-visuals": "^4.0.1",
    "tslib": "^2.8.1"
  },
  "versionist": {
    "publishedAt": "2026-02-23T16:58:12.436Z"
  }
}
