mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
37 lines
991 B
JSON
37 lines
991 B
JSON
{
|
|
"name": "@definitelytyped/perf",
|
|
"version": "0.0.163",
|
|
"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.163",
|
|
"@definitelytyped/header-parser": "^0.0.163",
|
|
"@definitelytyped/typescript-versions": "^0.0.163",
|
|
"@definitelytyped/utils": "^0.0.163",
|
|
"@octokit/rest": "^16.33.0",
|
|
"@types/node": "^12.12.29",
|
|
"markdown-table": "^1.1.3",
|
|
"semver": "^7.3.7",
|
|
"typescript": "^5.0.2",
|
|
"yargs": "^15.4.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@types/yargs": "^15.0.5"
|
|
}
|
|
}
|