File tree 2 files changed +9
-4
lines changed
repo-scripts/api-documenter
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @firebase/api-documenter" ,
3
3
"version" : " 0.1.0" ,
4
- "private" : true ,
5
4
"description" : " Read JSON files from api-extractor, generate documentation pages" ,
6
5
"repository" : {
7
6
"directory" : " repo-scripts/documenter" ,
14
13
"test" : " TS_NODE_COMPILER_OPTIONS='{\" module\" :\" commonjs\" }' nyc --reporter lcovonly -- mocha src/**/*.test.ts --config ../../config/mocharc.node.js"
15
14
},
16
15
"bin" : {
17
- "api-documenter" : " ./bin/api-documenter "
16
+ "api-documenter-fire " : " ./dist/start.js "
18
17
},
19
- "main" : " lib/index.js" ,
18
+ "files" : [
19
+ " dist"
20
+ ],
21
+ "main" : " dist/index.js" ,
20
22
"typings" : " dist/rollup.d.ts" ,
21
23
"dependencies" : {
22
24
"api-extractor-model-me" : " 0.1.1" ,
23
25
"@microsoft/tsdoc" : " 0.12.24" ,
24
26
"@rushstack/node-core-library" : " 3.36.0" ,
25
27
"@rushstack/ts-command-line" : " 4.7.8" ,
26
28
"colors" : " ~1.2.1" ,
27
- "resolve" : " ~1.17.0"
29
+ "resolve" : " ~1.17.0" ,
30
+ "tslib" : " ^2.1.0"
28
31
},
29
32
"devDependencies" : {
30
33
"@types/resolve" : " 1.17.1" ,
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env node
2
+
1
3
/**
2
4
* @license
3
5
* Copyright 2020 Google LLC
You can’t perform that action at this time.
0 commit comments