{
  "name": "@nova-lang/cli",
  "version": "1.7.37",
  "description": "Nova: Nested Ordered Versatile Architecture — a programmable markup language CLI",
  "author": "Nova Lang Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nova-markup-lang/cli.git"
  },
  "bugs": {
    "url": "https://github.com/nova-markup-lang/cli/issues"
  },
  "homepage": "https://nova-lang.org",
  "keywords": [
    "markup",
    "markdown",
    "typesetting",
    "document",
    "schema",
    "code-generation"
  ],
  "main": "lib/index.js",
  "types": "types/lib/index.d.ts",
  "bin": {
    "nova": "bin/nova.js"
  },
  "scripts": {
    "test": "node --test 'test/*.test.js'",
    "coverage": "node --experimental-test-coverage --test 'test/*.test.js'",
    "lint": "eslint --config eslint.config.mjs lib/ bin/",
    "lint:fix": "eslint --config eslint.config.mjs --fix lib/ bin/",
    "format": "prettier --check 'lib/**/*.js' 'bin/**/*.js'",
    "format:write": "prettier --write 'lib/**/*.js' 'bin/**/*.js'",
    "prepare": "husky",
    "typecheck": "tsc --noEmit",
    "build:types": "tsc"
  },
  "files": [
    "bin/",
    "lib/",
    "LICENSE",
    "types/"
  ],
  "engines": {
    "node": ">=18"
  },
  "lint-staged": {
    "*.js": [
      "eslint --config eslint.config.mjs",
      "prettier --check"
    ]
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/node": "^26.1.1",
    "eslint": "^10.6.0",
    "husky": "^9.1.7",
    "lint-staged": "^17.0.8",
    "prettier": "^3.9.5",
    "typescript": "^6.0.3"
  }
}
