Files
DefinitelyTyped-tools/packages/perf/package.json
Nathan Shively-Sanders 2dbbcee762 update to ts@next to match DT
2023-03-31 09:45:29 -07:00

37 lines
989 B
JSON

{
"name": "@definitelytyped/perf",
"version": "0.0.159",
"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.159",
"@definitelytyped/header-parser": "^0.0.159",
"@definitelytyped/typescript-versions": "^0.0.159",
"@definitelytyped/utils": "^0.0.159",
"@octokit/rest": "^16.33.0",
"@types/node": "^12.12.29",
"markdown-table": "^1.1.3",
"semver": "^7.3.7",
"typescript": "next",
"yargs": "^15.4.1"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/yargs": "^15.0.5"
}
}