Files
DefinitelyTyped-tools/packages/perf/package.json
TypeScript Bot fb06985256 v0.0.64
2020-11-23 17:14:23 +00:00

35 lines
903 B
JSON

{
"name": "@definitelytyped/perf",
"version": "0.0.64",
"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": "git://github.com/andrewbranch/definitely-not-slow.git"
},
"dependencies": {
"@azure/cosmos": "^3.6.3",
"@definitelytyped/definitions-parser": "^0.0.64",
"@definitelytyped/header-parser": "^0.0.64",
"@definitelytyped/utils": "^0.0.64",
"@octokit/rest": "^16.33.0",
"@types/node": "^12.12.29",
"markdown-table": "^1.1.3",
"typescript": "^4.1.0",
"yargs": "^15.4.1"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/yargs": "^15.0.5"
}
}