forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 782 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 782 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
30
{
"name": "@microsoft/api-extractor",
"version": "1.1.19",
"description": "Validatation, documentation, and auditing for the exported API of a TypeScript package",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"license": "MIT",
"scripts": {
"build": "gulp",
"clean": "gulp clean",
"test": "gulp test"
},
"devDependencies": {
"@types/chai": "3.4.34",
"@types/mocha": "2.2.38",
"chai": "~3.5.0",
"gulp": "~3.9.1",
"mocha": "~2.5.3",
"@microsoft/node-library-build": ">=2.3.0 <3.0.0"
},
"dependencies": {
"@types/es6-collections": "0.5.29",
"@types/fs-extra": "0.0.37",
"@types/node": "6.0.62",
"@types/z-schema": "3.16.31",
"fs-extra": "~0.26.7",
"jju": "~1.3.0",
"z-schema": "~3.17.0"
}
}