{
  "name": "statically",
  "version": "1.0.1",
  "description": "A simple tool for build static website from urls.",
  "main": "index.js",
  "scripts": {
    "build": "rm -rf lib && tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "statically": "./bin/statically"
  },
  "author": "Pachito Marco Calabrese <pm.calabrese@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "@types/cheerio": "^0.22.6",
    "@types/yargs": "^8.0.2",
    "cheerio": "^1.0.0-rc.2",
    "chromeless": "^1.3.0",
    "node-fetch": "^1.7.3",
    "yargs": "^10.0.3"
  }
}
