update-ts-references
Version:
Updates TypeScript references automatically while using workspaces
71 lines (70 loc) • 1.6 kB
JSON
{
"name": "update-ts-references",
"version": "3.6.1",
"description": "Updates TypeScript references automatically while using workspaces",
"bin": "src/index.js",
"scripts": {
"lint": "eslint src tests",
"test": "scripts/prepareTests.sh && jest tests",
"jest": "jest tests"
},
"contributors": [
{
"name": "Mirko Kruschke",
"email": "mirko.kruschke@gmail.com"
},
{
"name": "Juan Picado",
"email": "juanpicado19@gmail.com"
}
],
"dependencies": {
"comment-json": "^4.2.3",
"glob": "^7.1.6",
"js-yaml": "^4.0.0",
"minimatch": "^3.0.5",
"minimist": "^1.2.5"
},
"devDependencies": {
"eslint": "^7.7.0",
"eslint-plugin-jest": "^23.20.0",
"exec-sh": "^0.3.4",
"jest": "^26.4.0"
},
"engines": {
"node": ">=14.0.0"
},
"license": "MIT",
"keywords": [
"typescript",
"intellisense",
"project references",
"tool",
"util",
"yarn",
"pnpm",
"workspaces",
"lerna",
"monorepo",
"packages",
"npm",
"automatic",
"update"
],
"repository": {
"type": "git",
"url": "https://github.com/eBayClassifiedsGroup/update-ts-references.git"
},
"bugs": {
"url": "https://github.com/eBayClassifiedsGroup/update-ts-references/issues"
},
"homepage": "https://github.com/eBayClassifiedsGroup/update-ts-references",
"jest": {
"verbose": true,
"modulePathIgnorePatterns": [
"<rootDir>/test-scenarios/",
"<rootDir>/test-run/"
]
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}