cupido 0.3.5

Explore your codebase with graph view.
Documentation
{
  "name": "cupido-client",
  "version": "0.1.2",
  "description": "",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepublish": "npm run build",
    "build": "tsc -p tsconfig.json",
    "test": "jest"
  },
  "author": "williamfzc",
  "dependencies": {
    "axios": "^1.6.5"
  },
  "devDependencies": {
    "@types/jest": "^29.5.11",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.3.3"
  }
}