microsoft/TypeAgent

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.1.1-py

Branches

Tags

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

Clone

HTTPS

Download ZIP

docs/package.json

34lines · modeblame

41e41fd0Hillary Mutisya1 years ago1{
2"name": "typeagent-docs",
3"version": "1.0.0",
4"private": true,
5"description": "Documentation for TypeAgent",
6"keywords": [
7"documentation",
8"eleventy",
9"typeagent"
10],
11"homepage": "https://github.com/microsoft/TypeAgent#readme",
12"repository": {
13"type": "git",
14"url": "https://github.com/microsoft/TypeAgent.git",
15"directory": "docs"
16},
17"license": "MIT",
18"author": "Microsoft",
19"scripts": {
20"build": "eleventy",
21"debug": "DEBUG=* eleventy",
22"start": "eleventy --serve"
23},
24"dependencies": {
25"markdown-it-replace-link": "^1.2.2"
26},
27"devDependencies": {
28"@11ty/eleventy": "^2.0.1",
29"markdown-it": "^13.0.1",
30"markdown-it-anchor": "^8.6.7",
31"slugify": "^1.6.6"
177208c8dependabot[bot]1 years ago32},
33"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
41e41fd0Hillary Mutisya1 years ago34}