tunnckoCore/gibon

View on GitHub
@hela/preset-workspaces/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@hela/preset-workspaces",
  "version": "5.0.0",
  "licenseStart": 2022,
  "license": "MPL-2.0",
  "description": "A preset of functions and commands for monorepo management. Powerful, simple and fast software development and management system. Support for monorepos and non-monorepo setups. Supports multiple fixed and/or multiple independent-versioned projects in one repo.",
  "author": "Charlike Mike Reagent <opensource@tunnckocore.com>",
  "homepage": "https://github.com/tunnckoCore/opensource/tree/master/@hela/preset-workspaces",
  "funding": [
    "https://ko-fi.com/tunnckoCore/commissions",
    "https://github.com/sponsors/tunnckoCore"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tunnckoCore/opensource.git",
    "directory": "@hela/preset-workspaces"
  },
  "type": "module",
  "main": "src/index.js",
  "files": [
    "src"
  ],
  "engines": {
    "node": ">=16 <17 || >=18 <19 || >=20"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org",
    "tag": "latest"
  },
  "scripts": {
    "cov": "ASIA_NO_CACHE=1 c8 yarn test",
    "test": "node test/index.js",
    "test:fresh": "ASIA_NO_CACHE=1 yarn test"
  },
  "dependencies": {
    "@hela/core": "*",
    "@tunnckocore/semver-increment": "*",
    "arr-includes": "^2.3.8",
    "fast-glob": "^3.2.11",
    "picomatch": "^2.3.1",
    "semver": "^7.3.7"
  },
  "keywords": [],
  "contributors": [
    "Charlike Mike Reagent <opensource@tunnckocore.com>"
  ]
}