{
  "name": "@fastly/as-fetch",
  "version": "0.4.1",
  "license": "SEE LICENSE IN LICENSE",
  "main": "assembly/index.ts",
  "ascMain": "assembly/index.ts",
  "scripts": {
    "prepublishOnly": "npm run docs",
    "install:ci": "HUSKY_SKIP_INSTALL=true npm ci",
    "lint": "npx prettier --write ./**/*.ts",
    "test": "asp --verbose",
    "test:ci": "asp --summary --nologo && npm run docs",
    "docs": "npm run docs:clean && npm run docs:typedoc",
    "docs:clean": "rm -rf reference-docs",
    "docs:typedoc": "typedoc --plugin typedoc-plugin-markdown --theme markdown --disableSources --out reference-docs --tsconfig assembly/tsconfig.json --readme none --exclude \"node_modules/assemblyscript/**/*\" --exclude \"assembly/fetchly/abi/**/*\" --exclude \"assembly/__tests__/*\" assembly/index.ts"
  },
  "files": [
    "package.json",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
    "assembly/",
    "reference-docs"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "devDependencies": {
    "@as-pect/cli": "^6.1.1",
    "assemblyscript": "~0.19.3",
    "husky": "^4.2.5",
    "prettier": "^2.0.5",
    "pretty-quick": "^2.0.1",
    "typedoc": "^0.20.36",
    "typedoc-plugin-markdown": "^3.8.1",
    "typescript": "^3.9.7"
  }
}
