{
  "name": "@cfn/equation-solver",
  "version": "1.0.0",
  "description": "Secure equation solver skill using nerdamer",
  "main": "solve.sh",
  "scripts": {
    "test": "bash test-equation-solver.sh",
    "test:security": "bash test-equation-solver.sh 2>&1 | grep -E 'SECURITY TESTS|Security Test|PASSED|FAILED'",
    "test:functional": "bash test-equation-solver.sh 2>&1 | grep -E 'FUNCTIONAL TESTS|Functional Test|PASSED|FAILED'"
  },
  "keywords": [
    "equation",
    "solver",
    "algebra",
    "nerdamer",
    "security"
  ],
  "author": "CFN Security Team",
  "license": "MIT",
  "dependencies": {
    "nerdamer": "^1.1.7"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/anthropics/claude-flow-novice.git"
  },
  "bugs": {
    "url": "https://github.com/anthropics/claude-flow-novice/issues"
  },
  "homepage": "https://github.com/anthropics/claude-flow-novice"
}
