a3s-acl 0.2.2

Parser and generator for the A3S Agent Configuration Language
Documentation
{
  "name": "@a3s-lab/acl",
  "version": "0.2.2",
  "description": "A3S ACL (Agent Configuration Language) - Pure JavaScript parser and generator",
  "main": "src/index.js",
  "scripts": {
    "test": "node src/test.js"
  },
  "keywords": [
    "acl",
    "config",
    "hcl",
    "a3s",
    "parser"
  ],
  "author": "A3S Lab Team",
  "license": "MIT",
  "repository": "https://github.com/A3S-Lab/a3s",
  "devDependencies": {
    "typescript": "^6.0.3"
  }
}