{
  "name": "node-simipro",
  "version": "2.0.2",
  "description": "Unofficial SimSimi API nodejs.",
  "main": "index.js",
  "engine": "18.7.5",
  "scripts": {
    "test": "jest",
    "start": "node .",
    "build": "babel src -d lib"
  },
  "keywords": [
    "SimSimi",
    "SimSimi API",
    "ChatAI",
    "Anbuinfosec",
    "Mohammad Alamin",
    "Simsimi pro"
  ],
  "author": "@anbuinfosec",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.20.7",
    "@babel/core": "^7.20.7",
    "@babel/preset-env": "^7.20.2",
    "jest": "^29.7.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anbuinfosec/node-simipro.git"
  },
  "bugs": {
    "url": "https://github.com/anbuinfosec/node-simipro/issues"
  },
  "homepage": "https://github.com/anbuinfosec/node-simipro#readme",
  "dependencies": {
    "axios": "^1.2.1"
  },
  "directories": {
    "test": "tests"
  }
}
