{
  "name": "@axiljs/testing",
  "version": "0.3.1",
  "description": "AxilJS test runner, assertions, and HTTP test client",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch"
  },
  "dependencies": {
    "@axiljs/common": "^0.3.1",
    "@axiljs/core": "^0.3.1"
  },
  "devDependencies": {
    "@types/node": "^26.2.0",
    "typescript": "^7.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SyntaxilitY/AxilJS.git"
  },
  "homepage": "https://github.com/SyntaxilitY/AxilJS#readme",
  "bugs": {
    "url": "https://github.com/SyntaxilitY/AxilJS/issues"
  },
  "author": "Tariq Mehmood <tariq@syntaxility.dev>",
  "license": "MIT",
  "keywords": [
    "axiljs",
    "backend",
    "javascript",
    "typescript",
    "nodejs"
  ],
  "files": [
    "dist",
    "README.md"
  ]
}
