microsoft/TypeAgent

Public

mirrored from https://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fe0a62f3e54ee74cfe2d1f2d0288d4dab7204b36

Branches

Tags

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

Clone

HTTPS

Download ZIP

docs/package.json

33lines · 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": "^2.0.1",
    "markdown-it": "^13.0.1",
    "markdown-it-anchor": "^8.6.7",
    "slugify": "^1.6.6"
  }
}