{
  "name": "web4-static-hosting",
  "version": "0.0.1",
  "description": "Tool for packaging static web apps into a NEAR web4 contract",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://antisociallabs@dev.azure.com/antisociallabs/Antisocial%20Labs/_git/ASLabs.Tools"
  },
  "keywords": [
    "NEAR",
    "Web4",
    "Web3",
    "Static",
    "Web",
    "App"
  ],
  "author": "Titusz Ban <tituszban@antisociallabs.io>",
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.1.2",
    "commander": "^9.4.1",
    "prompt-sync": "^4.2.0"
  },
  "bin": {
    "web4-static-hosting": "./index.js"
  }
}