microsoft/TypeAgent

Public

mirrored fromhttps://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
05715ca02b67781994ae4d4f909362fdb17f6396

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

docs/package.json

40lines · modepreview

{
  "name": "typeagent-docs",
  "version": "1.0.0",
  "private": true,
  "description": "Documentation for TypeAgent",
  "keywords": [
    "documentation",
    "eleventy",
    "typeagent"
  ],
  "homepage": "https://github.com/microsoft/TypeAgent#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/TypeAgent.git",
    "directory": "docs"
  },
  "license": "MIT",
  "author": "Microsoft",
  "scripts": {
    "build": "eleventy",
    "debug": "DEBUG=* eleventy",
    "start": "eleventy --serve"
  },
  "dependencies": {
    "markdown-it-replace-link": "^1.2.2"
  },
  "devDependencies": {
    "@11ty/eleventy": "^3.1.2",
    "markdown-it": ">=14.1.1",
    "markdown-it-anchor": "^8.6.7",
    "slugify": "^1.6.6"
  },
  "packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
  "pnpm": {
    "overrides": {
      "liquidjs": ">=10.22.0 >=10.25.5 >=10.26.0",
      "minimatch": ">=5.1.6"
    }
  }
}