tunnckoCore/gibon

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

Summary

Maintainability
Test Coverage
{
  "name": "@hela/preset-tunnckocore",
  "version": "5.0.0",
  "licenseStart": 2022,
  "license": "Apache-2.0",
  "description": "Shareable config for Hela-based / @tunnckoCore monorepos",
  "author": "Charlike Mike Reagent <opensource@tunnckocore.com>",
  "homepage": "https://github.com/tunnckoCore/opensource/tree/master/@hela/preset-tunnckocore",
  "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-tunnckocore"
  },
  "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": {},
  "dependencies": {
    "@hela/preset-workspaces": "*",
    "asia-cli": "*",
    "xaxa": "*"
  },
  "keywords": [],
  "contributors": [
    "Charlike Mike Reagent <opensource@tunnckocore.com>"
  ]
}