forked from microsoft/typespec
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1001 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
32
33
{
"name": "@cadl-lang/prettier-plugin-cadl",
"version": "0.5.15",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "rollup --config 2>&1 && npm run generate-third-party-notices",
"test": "mocha --timeout 5000 'test/**/*.js'",
"test-official": "mocha --timeout 5000 --forbid-only 'test/**/*.js'",
"generate-third-party-notices": "cadl-build-tool generate-third-party-notices"
},
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"prettier": "~2.7.1"
},
"devDependencies": {
"@cadl-lang/compiler": "~0.35.0",
"@cadl-lang/internal-build-utils": "~0.3.1",
"@rollup/plugin-commonjs": "~22.0.0-13",
"@rollup/plugin-json": "~4.1.0",
"@rollup/plugin-node-resolve": "~13.1.3",
"@rollup/plugin-replace": "~2.4.2",
"mocha": "~9.2.0",
"mocha-junit-reporter": "~2.0.2",
"mocha-multi-reporters": "~1.5.1",
"rollup": "~2.70.1"
},
"files": [
"dist/**/*",
"ThirdPartyNotices.txt"
]
}