binhonglee/GlobeTrotte

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

Summary

Maintainability
Test Coverage
{
  "name": "@glareshield/e",
  "version": "0.0.1",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "lint": "eslint \"**/*.ts\"",
    "prepublishOnly": "pnpm run build"
  },
  "devDependencies": {
    "typescript": "4.9.5"
  },
  "license": "MIT"
}