{
  "name": "a_mock",
  "version": "2.0.5",
  "main": "index.js",
  "types": "index.d.ts",
  "title": "a_mock",
  "description": "Sub package of a. Mocking framework",
  "keywords": [
    "mock",
    "mocking",
    "partial mock",
    "strict mock",
    "tdd",
    "stub",
    "stubbing",
    "mock require",
    "verify"
  ],
  "scripts": {
    "test": "node --test **/*Spec/test*.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:alfateam/a_mock.git"
  },
  "devDependencies": {
    "axios": "^1.13.2"
  }
}
