voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
39 lines (38 loc) • 1.1 kB
JSON
{
"name": "@firebase/api-documenter",
"version": "0.1.2",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"directory": "repo-scripts/documenter",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
},
"license": "Apache-2.0",
"scripts": {
"build": "tsc && gulp copy-resources",
"test": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha src/**/*.test.ts --config ../../config/mocharc.node.js"
},
"bin": {
"api-documenter-fire": "./dist/start.js"
},
"files": [
"dist"
],
"main": "dist/index.js",
"typings": "dist/rollup.d.ts",
"dependencies": {
"api-extractor-model-me": "0.1.1",
"@microsoft/tsdoc": "0.12.24",
"@rushstack/node-core-library": "3.36.0",
"@rushstack/ts-command-line": "4.7.8",
"colors": "~1.2.1",
"resolve": "~1.17.0",
"tslib": "^2.1.0",
"js-yaml": "4.0.0"
},
"devDependencies": {
"@types/js-yaml": "4.0.0",
"@types/resolve": "1.17.1",
"mocha-chai-jest-snapshot": "1.1.1"
}
}