{
  "name": "@architect/parser",
  "version": "8.0.1",
  "description": "Architect Parser accepts plaintext, JSON, or YAML .arc manifests and returns a plain JavaScript Object",
  "main": "./src/index.js",
  "scripts": {
    "lint": "eslint . --fix",
    "test": "npm run lint && npm run test:unit",
    "test:unit": "node --test --test-reporter=spec",
    "_coverage": "npm run coverage -- --test-coverage-exclude=test/*.js",
    "rc": "npm version prerelease --preid RC"
  },
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/architect/parser.git"
  },
  "author": "Brian LeRoux",
  "license": "Apache-2.0",
  "files": [
    "src/*"
  ],
  "devDependencies": {
    "@architect/eslint-config": "~3.0.0",
    "eslint": "~9.36.0"
  }
}
