@monorepo-utils/workspaces-to-typescript-project-references
Version:
Convert Workspaces to TypeScript's Project References
90 lines (89 loc) • 2.17 kB
JSON
{
"name": "@monorepo-utils/workspaces-to-typescript-project-references",
"version": "2.11.0",
"description": "Convert Workspaces to TypeScript's Project References",
"keywords": [
"yarn",
"npm",
"workspaces",
"typescript",
"project-reference"
],
"homepage": "https://github.com/azu/monorepo-utils/tree/master/packages/@monorepo-utils/workspaces-to-typescript-project-references/",
"bugs": {
"url": "https://github.com/azu/monorepo-utils/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/azu/monorepo-utils.git"
},
"license": "MIT",
"author": "azu",
"sideEffects": false,
"main": "lib/index.js",
"module": "module/index.js",
"types": "lib/index.d.ts",
"bin": {
"workspaces-to-typescript-project-references": "./bin/cmd.js"
},
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"bin/",
"lib/",
"module"
],
"scripts": {
"build": "tsc -b . && tsc -b tsconfig.module.json",
"clean": "rimraf lib/ module/ && tsc -b --clean && tsc -b tsconfig.module.json --clean",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepublish": "npm run clean && npm run build",
"test": "jest",
"watch": "tsc -b . --watch"
},
"prettier": {
"printWidth": 120,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "none"
},
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"testRegex": "./test/.*.ts$",
"rootDir": ".",
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"modulePathIgnorePatterns": [
"<rootDir>/test/fixtures"
]
},
"dependencies": {
"@monorepo-utils/package-utils": "^2.11.0",
"comment-json": "^3.0.3",
"meow": "^7.1.1",
"semver-match": "0.1.1",
"upath": "^2.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/node": "^20.4.0",
"jest": "^29.6.1",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"typescript": "^5.1.6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "552e5ef999b4ac361ec125d4c733dc1f50f3a52d"
}