microsoft/TypeAgent

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fc4e476aba46c530ab38ef7c88bded152f13971a

Branches

Tags

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

Clone

HTTPS

Download ZIP

ts/package.json

50lines · modecode

1{
2 "name": "ai-systems-root",
3 "version": "0.0.1",
4 "private": true,
5 "description": "AI Systems workspace root",
6 "keywords": [],
7 "homepage": "https://github.com/microsoft/TypeAgent#readme",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/microsoft/TypeAgent.git",
11 "directory": "ts"
12 },
13 "license": "MIT",
14 "author": "Microsoft",
15 "scripts": {
16 "build": "fluid-build . -t build",
17 "check:policy": "node tools/scripts/repo-policy-check.mjs",
18 "check:policy:fix": "node tools/scripts/repo-policy-check.mjs --fix",
19 "clean": "fluid-build . -t clean",
20 "cli": "pnpm -C packages/cli exec npx --no .",
21 "elevate": "node tools/scripts/elevate.js",
22 "getKeys": "node tools/scripts/getKeys.js",
23 "lint": "fluid-build . -t prettier",
24 "lint:fix": "pnpm run prettier:fix",
25 "prettier": "prettier --check .",
26 "prettier:fix": "prettier --write .",
27 "rebuild": "fluid-build . -t build --rebuild",
28 "regen": "pnpm -C packages/cli exec npm run regen",
29 "regen:builtin": "pnpm -C packages/cli exec npm run regen:builtin",
30 "shell": "pnpm -C packages/shell exec npm run dev",
31 "test": "pnpm run -r --parallel --stream test",
32 "test:full": "pnpm run -r --parallel --stream test:full"
33 },
34 "devDependencies": {
35 "@fluidframework/build-tools": "^0.35.0-247707",
36 "@types/node": "^20.8.9",
37 "concurrently": "^8.2.2",
38 "prettier": "^3.2.5"
39 },
40 "packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
41 "engines": {
42 "node": ">=18",
43 "pnpm": ">=9"
44 },
45 "peerDependencyRules": {
46 "ignoreMissing": [
47 "eslint"
48 ]
49 }
50}