{
  "name": "notebook-ts",
  "version": "0.0.33",
  "description": "Prevent Sybil attacks with the click of a button.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Notebook-Labs/notebook-ts.git"
  },
  "keywords": [
    "web3",
    "identity",
    "sybil",
    "airdrop",
    "security",
    "zk",
    "zero-knowledge"
  ],
  "author": "Notebook Labs",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Notebook-Labs/notebook-ts/issues"
  },
  "homepage": "https://github.com/Notebook-Labs/notebook-ts#readme",
  "devDependencies": {
    "@types/node": "^18.8.1",
    "typescript": "^4.7.4"
  },
  "files": [
    "lib/**/*"
  ],
  "dependencies": {
    "@types/react": "^18.0.20",
    "circomlibjs": "^0.1.7",
    "elliptic": "^6.5.4",
    "ffjavascript": "^0.2.56",
    "snarkjs": "^0.5.0"
  },
  "browserslist": {
    "production": [
      "chrome >= 67",
      "edge >= 79",
      "firefox >= 68",
      "opera >= 54",
      "safari >= 14"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}