@definitelytyped/dts-critic
Version:
Checks a new .d.ts against the Javascript source and tells you what problems it has
44 lines • 1.15 kB
JSON
{
"name": "@definitelytyped/dts-critic",
"version": "0.1.21",
"author": "Nathan Shively-Sanders",
"description": "Checks a new .d.ts against the Javascript source and tells you what problems it has",
"publishConfig": {
"access": "public"
},
"dependencies": {
"typescript": "^5.9.2",
"yargs": "^17.7.2",
"@definitelytyped/header-parser": "0.2.20"
},
"peerDependencies": {
"typescript": "*"
},
"devDependencies": {},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/DefinitelyTyped-tools.git",
"directory": "packages/dts-critic"
},
"keywords": [
"definitely",
"typed",
"refresh",
"npm",
"tag"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
},
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/main/packages/dts-critic#readme",
"engines": {
"node": ">=18.18.0"
},
"scripts": {
"build": "tsc -b .",
"test": "../../node_modules/.bin/jest --config ../../jest.config.js packages/dts-critic"
}
}