jeanfortheweb/translata

View on GitHub
packages/node/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@translata/node",
  "version": "0.2.6",
  "description": "Node functionality for translata: The Composable Translation Utility",
  "license": "MIT",
  "repository": "github:jeanfortheweb/translata",
  "keywords": [
    "translation",
    "i18n",
    "typescript",
    "functional"
  ],
  "engines": {
    "node": ">= 10.15.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "files": [
    "lib"
  ],
  "peerDependencies": {
    "@translata/core": "^0.2.0",
    "glob": "^7.1.3",
    "yaml": "^1.4.0"
  },
  "devDependencies": {
    "@translata/core": "^0.3.1",
    "@types/glob": "^7.1.1",
    "@types/yaml": "^1.0.2",
    "glob": "^7.1.3",
    "yaml": "^1.4.0"
  },
  "scripts": {
    "compile:cjs": "rm -rf lib/cjs && tsc --p tsconfig.cjs.json",
    "compile:esm": "rm -rf lib/esm && tsc --p tsconfig.esm.json"
  }
}