microsoft/TypeAgent
Publicmirrored fromhttps://github.com/microsoft/TypeAgentAvailable
docs/package.json
40lines · 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": "^3.1.2", |
| 29 | "markdown-it": ">=14.1.1", |
| 30 | "markdown-it-anchor": "^8.6.7", |
| 31 | "slugify": "^1.6.6" |
| 32 | }, |
| 33 | "packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac", |
| 34 | "pnpm": { |
| 35 | "overrides": { |
| 36 | "liquidjs": ">=10.22.0 >=10.25.5 >=10.26.0", |
| 37 | "minimatch": ">=5.1.6" |
| 38 | } |
| 39 | } |
| 40 | } |
| 41 | |