{
  "name": "@pioneer-platform/pioneer-caip",
  "version": "9.27.10",
  "description": "CAIP (Chain Agnostic Improvement Proposal) utilities for blockchain identification and standardization",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "require": "./lib/index.js",
      "import": "./lib/index.js"
    }
  },
  "files": [
    "lib/**/*.js",
    "lib/**/*.d.ts",
    "lib/**/*.js.map",
    "README.md"
  ],
  "sideEffects": false,
  "_moduleAliases": {
    "@coins": "lib/coins"
  },
  "devDependencies": {
    "@types/express": "^4.17.6",
    "@types/node": "^18.16.0",
    "nodemon": "^2.0.3",
    "typescript": "^5.0.4"
  },
  "gitHead": "a76012f6693a12181c4744e53e977a9eaeef0ed3",
  "scripts": {
    "npm": "pnpm i",
    "build": "tsc -p .",
    "test": "pnpm run build && node __tests__/test-module.js",
    "test-suite": "pnpm run build && node __tests__/tests-common.js",
    "build:watch": "pnpm run build && onchange 'src/**/*.ts' -- pnpm run build",
    "prepublish": "pnpm run build"
  }
}