UNPKG

@goldstack/utils-typescript-references

Version:

Utility for keeping TypeScript references in sync in a Yarn monorepo

55 lines 1.75 kB
{ "name": "@goldstack/utils-typescript-references", "version": "0.3.34", "description": "Utility for keeping TypeScript references in sync in a Yarn monorepo", "keywords": [ "goldstack", "utility", "cli", "command line", "typescript" ], "homepage": "https://goldstack.party", "bugs": { "url": "https://github.com/goldstack/goldstack/issues" }, "repository": { "type": "git", "url": "https://github.com/goldstack/goldstack.git" }, "license": "MIT", "author": "Max Rohde", "sideEffects": false, "main": "dist/src/utilsTypeScriptReferences.js", "bin": "./bin/utils-typescript-references", "scripts": { "build": "yarn clean && yarn compile", "build:watch": "yarn clean && yarn compile --watch", "clean": "rimraf ./dist", "compile": "tsc -p tsconfig.json", "coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js --runInBand", "prepublishOnly": "yarn run build", "publish": "yarn npm publish --tolerate-republish", "test": "jest --passWithNoTests --config=./jest.config.js --runInBand", "patch-when-changed": "git diff --quiet HEAD^...HEAD -- . && git diff --quiet -- . && git diff --quiet --staged -- . || yarn version patch" }, "dependencies": { "@goldstack/utils-log": "0.3.38", "source-map-support": "^0.5.21", "yargs": "^17" }, "devDependencies": { "@swc/core": "^1.15.46", "@swc/jest": "^0.2.39", "@types/jest": "^30.0.0", "@types/node": "^25.0.3", "@types/source-map-support": "^0.5.10", "@types/yargs": "^17.0.33", "jest": "^30.4.2", "rimraf": "^6.1.2", "typescript": "^5.9.3" }, "publishConfig": { "main": "dist/src/utilsTypeScriptReferences.js" } }