{
  "name": "@paintswap/sonic-airdrop-definitions",
  "version": "0.0.21",
  "description": "Types and constants for Sonic Airdrop",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PaintSwap/sonic-airdrop-definitions.git"
  },
  "keywords": [
    "Paintswap",
    "Sonic",
    "Airdrop",
    "javascript",
    "typescript",
    "assemblyscript",
    "webassembly",
    "web3",
    "thegraph"
  ],
  "module": "src/index.mjs",
  "ascMain": "src/index.ts",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "build": "yarn build:tsc",
    "build:tsc": "tsc",
    "build:asc": "asc --target release",
    "build:asc:debug": "asc --target debug",
    "prepare": "yarn build",
    "version": "git add -A src",
    "postversion": "git push && git push --tags"
  },
  "author": "Paintswap",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/PaintSwap/sonic-airdrop-definitions/issues"
  },
  "homepage": "https://github.com/PaintSwap/sonic-airdrop-definitions",
  "devDependencies": {
    "run-script-os": "^1.1.6",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "assemblyscript": "0.19.10"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
