{
  "name": "pin-mina",
  "version": "0.1.51",
  "description": "pin save - decentralized pinterest sdk with utils on mina",
  "author": "pavel fedotov pfedprog",
  "license": "Apache-2.0",
  "keywords": [
    "mina-zkapp",
    "mina-zk-app",
    "mina-dapp",
    "zkapp",
    "zk",
    "zkp",
    "zkps",
    "pinsave",
    "pin-save",
    "nfts",
    "cryptography",
    "blockchain",
    "web3",
    "mina",
    "smart-contract",
    "metadata"
  ],
  "type": "module",
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PinSaveDAO/PinSave.git"
  },
  "scripts": {
    "build": "tsc",
    "buildw": "tsc --watch",
    "format": "prettier --write --ignore-unknown **/*",
    "coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "deploy": "tsc && node build/src/scripts/deploy.js",
    "query": "tsc && node build/src/scripts/queryContract.js",
    "queryAccount": "tsc && node build/src/scripts/queryAccount.js",
    "queryLocalMap": "tsc && node build/src/scripts/queryLocalMap.js",
    "initRoot": "tsc && node build/src/scripts/initRoot.js",
    "initNFT": "tsc && node build/src/scripts/initNFT.js",
    "serialize": "tsc && node build/src/scripts/serialize.js",
    "serializeMap": "tsc && node build/src/scripts/serializeMap.js",
    "compileContract": "tsc && node build/src/scripts/compileContract.js",
    "mint": "tsc && node build/src/scripts/mint.js",
    "compile": "rm -rf build && tsc",
    "pub": "yarn compile & yarn publish",
    "lint": "npx eslint src/* --fix"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.16.4",
    "@babel/preset-typescript": "^7.16.0",
    "@jest/globals": "^29.7.0",
    "@types/jest": "^27.0.3",
    "@typescript-eslint/eslint-plugin": "^5.5.0",
    "@typescript-eslint/parser": "^5.5.0",
    "eslint": "^8.7.0",
    "eslint-plugin-o1js": "^0.4.0",
    "jest": "^27.3.1",
    "prettier": "^2.3.2",
    "ts-jest": "^27.0.7",
    "typescript": "^4.7.2"
  },
  "dependencies": {
    "@vercel/kv": "^1.0.1",
    "dotenv": "^16.3.1",
    "o1js": "0.17.0"
  }
}
