{ "name": "evmfs-contracts",
  "version":
    "0.0.6",
  "description":
    "JavaScript programs and libraries to enable seamless development of native computer applications designed to interact with the Ethereum Virtual Machine File System (EVMFS).",
  "funding": {
    "type":
      "patreon",
    "url":
      "https://patreon.com/tallero"
  },
  "files": [
    "AUTHORS.rst",
    "COPYING",
    "README.md",
    "Makefile",
    "contracts",
    "data-get",
    "deployments",
    "dist",
    "package.json",
    "webpack.config.cjs"
  ],
  "keywords": [
    "evmfs",
    "ethereum-virtual-machine-file-system",
    "ethereum-file-system",
    "ethereum-fs",
    "fs",
    "smart-contract",
    "ethereum-contracts",
    "ethereum",
    "dogeos",
    "ur",
    "user-repository",
    "hip",
    "themartiancompany"
  ],
  "main":
    "./data-get",
  "homepage":
    "https://github.com/themartiancompany/evmfs",
  "bugs": {
    "url":
      "https://github.com/themartiancompany/evmfs-contracts/issues"
  },
  "repository": {
    "type":
      "git",
    "url":
      "git+https://github.com/themartiancompany/evmfs-contracts.git"
  },
  "license":
    "AGPL-3.0-or-later",
  "author": {
    "name":
      "Pellegrino Prevete",
    "email":
      "pellegrinoprevete@gmail.com",
    "url":
      "https://github.com/tallero"
  },
  "devDependencies": {
    "crash-js-webpack":
      "^0.0.78",
    "evm-make":
      "^0.0.4",
    "flatted":
      "^3.2.9",
    "eslint":
      "^10.0.3",
    "globals":
      "^17.3.0",
    "@eslint/js":
      "^10.0.1",
    "safely-serve":
      "^0.0.22",
    "webpack":
      "^5.109.2",
    "webpack-cli":
      "^7.2.2"
  },
  "dependencies": {
    "libcrash-js":
      "npm:crash-js@^1000000000000012.1000000000000001.1000000000000001"
  },
  "type":
    "module",
  "scripts": {
    "build-contracts":
      "make contracts-npm",
    "build-lib":
      "npx webpack --mode 'production' --config 'webpack.config.cjs' --stats-error-details && mv 'data-get.js' 'dist/evmfs-contracts/evmfs-contracts.js'",
    "build":
      "npm run build-contracts && npm run build-lib",
    "publish-npm":
      "npm run build && npm publish --access public",
    "start":
      "npx safely-serve 'dist/evmfs-contracts'",
    "test":
      "echo \"Error: no test specified\" && exit 1"
  }
}
