{
  "name": "@traderjoe-xyz/joe-tokenlists",
  "version": "2.3.1",
  "description": "Tokenlist typings, schema and lists used on Trader Joe.",
  "main": "dist/index.js",
  "types": "index.d.ts",
  "files": [
    "dist"
  ],
  "repository": "https://github.com/traderjoe-xyz/joe-tokenlists.git",
  "author": "traderjoexyz",
  "scripts": {
    "start": "npx tsc --watch",
    "build": "npx tsc --build",
    "prepublishOnly": "npx tsc --build"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "typescript": "^4.8.2"
  }
}
