forked from microsoft/typespec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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.64.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.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "~28.0.0",
"@rollup/plugin-json": "~6.1.0",
"@rollup/plugin-node-resolve": "~15.3.0",
"@rollup/plugin-replace": "~6.0.1",
"@typespec/compiler": "workspace:~",
"@typespec/internal-build-utils": "workspace:~",
"rollup": "~4.24.0",
"vitest": "^2.1.5"
},
"files": [
"dist/**/*",
"ThirdPartyNotices.txt"
]
}