microsoft/TypeAgent

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3232c81d9c505087d2abc5df615e87c004e0258d

Branches

Tags

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

Clone

HTTPS

Download ZIP

docs/package.json

33lines · modecode

1{
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"
32 }
33}
34