forked from microsoft/typespec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 757 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "@typespec/prettier-plugin-typespec",
"version": "1.11.0",
"description": "",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "pnpm compile && pnpm generate-third-party-notices",
"compile": "tsx ./scripts/build.ts",
"test": "vitest run",
"test:ci": "vitest run",
"generate-third-party-notices": "typespec-build-tool generate-third-party-notices"
},
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"prettier": "catalog:"
},
"devDependencies": {
"@typespec/compiler": "workspace:^",
"@typespec/internal-build-utils": "workspace:^",
"esbuild": "catalog:",
"vitest": "catalog:"
},
"files": [
"dist/**/*",
"ThirdPartyNotices.txt"
]
}