{
  "name": "@saeedha/math-power-dev",
  "version": "2.0.0",
  "description": "do power 2 digits",
  "main": "src/index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/saeidha/math-power-dev.git"
  },
  "keywords": [
    "power",
    "math"
  ],
  "author": "saeedha",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/saeidha/math-power-dev/issues"
  },
  "homepage": "https://github.com/saeidha/math-power-dev#readme",
  "devDependencies": {
    "jest": "^29.7.0"
  },
  "dependencies": {
    "@saeedha/math-first": "^1.2.0"
  }
}
