api-extractor-model-me
Version:
A helper library for loading and saving the .api.json files created by API Extractor
28 lines (27 loc) • 810 B
JSON
{
"name": "api-extractor-model-me",
"version": "0.1.1",
"description": "A helper library for loading and saving the .api.json files created by API Extractor",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/apps/api-extractor-model"
},
"homepage": "https://api-extractor.com",
"main": "lib/index.js",
"typings": "dist/rollup.d.ts",
"license": "MIT",
"scripts": {
"build": "heft test --clean"
},
"dependencies": {
"@microsoft/tsdoc": "0.12.24",
"@rushstack/node-core-library": "3.36.0"
},
"devDependencies": {
"@rushstack/eslint-config": "2.3.2",
"@rushstack/heft": "0.23.1",
"@rushstack/heft-node-rig": "0.2.0",
"@types/heft-jest": "1.0.1",
"@types/node": "10.17.13"
}
}