{
  "name": "@provablehq/aleo-types",
  "version": "1.0.0",
  "description": "Types for Aleo blockchain",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "license": "GPL-3.0-or-later",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ProvableHQ/aleo-dev-toolkit.git",
    "directory": "packages/aleo-types"
  },
  "homepage": "https://provable.com/",
  "keywords": [
    "aleo",
    "types"
  ],
  "author": "Provable Labs",
  "devDependencies": {
    "rimraf": "^5.0.5",
    "tsup": "^8.0.2"
  },
  "scripts": {
    "build": "tsup",
    "clean": "rimraf dist",
    "dev": "tsup --watch",
    "lint": "eslint src/**/*.ts*",
    "test": "jest --passWithNoTests"
  }
}