{
  "name": "@builddao/near-social-js",
  "version": "1.1.0",
  "description": "A JavaScript SDK for interacting with the social contract (social.near) with helper functions for typical social features.",
  "homepage": "https://nearbuilders.github.io/near-social-js/",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/NEARBuilders/near-social-js"
  },
  "contributors": [
    {
      "name": "Elliot Braem",
      "url": "https://github.com/elliotBraem"
    },
    {
      "name": "Jas",
      "email": "jaswinder@harmonicguild.io",
      "url": "https://github.com/jaswinder6991"
    },
    {
      "name": "Kieran O'Neill",
      "email": "hello@kieranoneill.com",
      "url": "https://github.com/kieranroneill"
    }
  ],
  "bugs": "https://github.com/NEARBuilders/near-social-js/issues/new?assignees=kieranroneill&labels=%F0%9F%90%9B+bug&projects=&template=bug_report_template.yml&title=%5BBug%5D%3A+",
  "license": "MIT",
  "keywords": [
    "blockchain",
    "near",
    "nearprotocol",
    "social"
  ],
  "private": false,
  "engines": {
    "node": ">=18.20.2"
  },
  "scripts": {
    "build": "rm -rf dist && tspc --build tsconfig.build.json --force",
    "docs:build": "docusaurus build --out-dir .docs",
    "docs:serve": "docusaurus serve --dir .docs --no-open",
    "docs:start": "docusaurus start --no-open --port 8080",
    "lint": "eslint",
    "node:start": "./scripts/start_node.sh",
    "node:stop": "./scripts/stop_node.sh",
    "prepare": "husky",
    "prettier": "prettier --config .prettierrc --write \"**/*.{js,json,ts}\"",
    "test": "./scripts/test.sh"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.3.0",
    "@commitlint/config-conventional": "^19.2.2",
    "@docusaurus/core": "^3.2.1",
    "@docusaurus/module-type-aliases": "^3.2.1",
    "@docusaurus/preset-classic": "^3.2.1",
    "@docusaurus/remark-plugin-npm2yarn": "^3.2.1",
    "@docusaurus/tsconfig": "^3.2.1",
    "@eslint/js": "^9.1.1",
    "@mdx-js/react": "^3.0.1",
    "@near-js/types": "^0.2.1",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^12.0.0",
    "@semantic-release/exec": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^10.0.3",
    "@semantic-release/npm": "^12.0.1",
    "@semantic-release/release-notes-generator": "^13.0.0",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.12.8",
    "@typescript-eslint/parser": "^7.7.1",
    "clsx": "^2.1.1",
    "docusaurus-plugin-sass": "^0.2.5",
    "eslint": "^9.1.1",
    "eslint-config-prettier": "^9.1.0",
    "globals": "^15.0.0",
    "husky": "^9.0.11",
    "jest": "^29.7.0",
    "lint-staged": "^15.2.2",
    "near-sandbox": "0.0.18",
    "prettier": "^3.2.5",
    "prism-react-renderer": "^2.3.1",
    "react": "^18.3.0",
    "react-dom": "^18.3.0",
    "sass": "^1.75.0",
    "semantic-release": "^23.0.8",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "ts-patch": "^3.1.2",
    "typescript": "^5.4.5",
    "typescript-eslint": "^7.7.1",
    "typescript-transform-paths": "^3.4.7"
  },
  "dependencies": {
    "bignumber.js": "^9.1.2",
    "near-api-js": "^4.0.1"
  },
  "resolutions": {
    "braces": "^3.0.3",
    "ws": "^8.17.1"
  }
}
