Files
DefinitelyTyped-tools/packages/perf/package.json
TypeScript Bot ffd26494db v0.0.137
2022-11-09 16:52:45 +00:00

36 lines
935 B
JSON

{
"name": "@definitelytyped/perf",
"version": "0.0.137",
"description": "",
"bin": "index.js",
"scripts": {
"build": "tsc -b",
"test": "../../node_modules/.bin/jest --config ../../jest.config.js packages/perf",
"cli": "node dist/cli/index.js"
},
"author": "Andrew Branch <andrew@wheream.io>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/DefinitelyTyped-tools.git",
"directory": "packages/perf"
},
"dependencies": {
"@definitelytyped/definitions-parser": "^0.0.137",
"@definitelytyped/header-parser": "^0.0.137",
"@definitelytyped/utils": "^0.0.137",
"@octokit/rest": "^16.33.0",
"@types/node": "^12.12.29",
"markdown-table": "^1.1.3",
"semver": "^7.3.7",
"typescript": "^4.1.0",
"yargs": "^15.4.1"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/yargs": "^15.0.5"
}
}