{
  "name": "@awesome-slash/lib",
  "version": "4.2.0",
  "description": "Core library for awesome-slash: platform detection, pattern matching, workflow state, and utilities",
  "main": "index.js",
  "type": "commonjs",
  "engines": {
    "node": ">=18.0.0"
  },
  "license": "MIT",
  "author": {
    "name": "Avi Fenesh",
    "url": "https://github.com/avifenesh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/avifenesh/awesome-slash.git",
    "directory": "lib"
  },
  "files": [
    "**/*.js",
    "**/*.json",
    "!**/*.test.js"
  ]
}
