92 строки
2.0 KiB
JSON
92 строки
2.0 KiB
JSON
{
|
|
"name": "@azure-tools/openapi-tools-common",
|
|
"version": "1.2.2",
|
|
"description": "Openapi tools common libraries",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"tsc": "tsc",
|
|
"tslint": "tslint -p tsconfig.json",
|
|
"tslint-fix": "tslint --fix --project ./tsconfig.json ./src/**/*.ts",
|
|
"test": "tsc && jest",
|
|
"prepack": "npm run build"
|
|
},
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*"
|
|
],
|
|
"jest": {
|
|
"testEnvironment": "node",
|
|
"testMatch": [
|
|
"**/dist/tests/*tests.js"
|
|
],
|
|
"reporters": [
|
|
"jest-junit",
|
|
"default"
|
|
],
|
|
"collectCoverage": true,
|
|
"coverageThreshold": {
|
|
"global": {
|
|
"branches": 60,
|
|
"functions": 70,
|
|
"lines": 70,
|
|
"statements": 70
|
|
}
|
|
},
|
|
"coveragePathIgnorePatterns": [
|
|
"/dist/tests/*"
|
|
],
|
|
"coverageReporters": [
|
|
"cobertura",
|
|
"text",
|
|
"html"
|
|
]
|
|
},
|
|
"jest-junit": {
|
|
"outputDirectory": ".",
|
|
"outputName": "test-results.xml"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/azure/openapi-tools-common.git"
|
|
},
|
|
"keywords": [
|
|
"openapi",
|
|
"iterator",
|
|
"sourcemap",
|
|
"markdown",
|
|
"jsonparser"
|
|
],
|
|
"author": "Sergey Shandar",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Azure/openapi-tools-common/issues"
|
|
},
|
|
"homepage": "https://github.com/azure/openapi-tools-common#readme",
|
|
"devDependencies": {
|
|
"@types/jest": "^24.0.25",
|
|
"@types/node": "^10.12.21",
|
|
"@types/prettier": "^1.16.1",
|
|
"@types/glob": "^7.1.1",
|
|
"@types/chai": "^4.1.7",
|
|
"nyc": "^13.3.0",
|
|
"chai": "^4.2.0",
|
|
"glob": "^7.1.3",
|
|
"jest": "^26.1.0",
|
|
"jest-junit": "^11.0.1",
|
|
"tslint": "^6.0.0",
|
|
"tslint-immutable": "^6.0.1",
|
|
"typescript": "^3.9.5"
|
|
},
|
|
"dependencies": {
|
|
"@types/async-retry": "^1.4.1",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"@types/commonmark": "^0.27.3",
|
|
"commonmark": "^0.28.1",
|
|
"front-matter": "^4.0.2",
|
|
"async-retry": "^1.2.3",
|
|
"node-fetch": "^2.6.0",
|
|
"tslib": "^2.0.0"
|
|
}
|
|
}
|