binhonglee/GlobeTrotte

View on GitHub
src/glareshield/H/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@glareshield/h",
  "version": "0.0.1",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "lint": "eslint \"**/*.ts\"",
    "prepublishOnly": "pnpm run build"
  },
  "devDependencies": {
    "axios": "1.4.0",
    "typescript": "4.9.5"
  },
  "peerDependencies": {
    "axios": "0.27 || 1.0 || 1.1 || 1.2 || 1.4"
  },
  "license": "MIT"
}