forked from microsoft/typespec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 866 Bytes
/
package.json
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
30
31
{
"name": "@typespec/prettier-plugin-typespec",
"version": "0.57.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "rollup --config 2>&1 && npm run generate-third-party-notices",
"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": "~3.3.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "~26.0.1",
"@rollup/plugin-json": "~6.1.0",
"@rollup/plugin-node-resolve": "~15.2.3",
"@rollup/plugin-replace": "~5.0.7",
"@typespec/compiler": "workspace:~",
"@typespec/internal-build-utils": "workspace:~",
"rollup": "~4.18.0",
"vitest": "^1.6.0"
},
"files": [
"dist/**/*",
"ThirdPartyNotices.txt"
]
}