UNPKG

@catchphrase/core

Version:

Functional i18n library for the web

34 lines (33 loc) 707 B
{ "name": "@catchphrase/core", "version": "1.0.0", "description": "Functional i18n library for the web", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "jest", "build": "ts-node scripts/build.ts" }, "keywords": [ "internationalization", "i18n", "translation", "localization", "l10n", "globalization", "catchphrase" ], "author": "André Lichtenthäler", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.0", "jest": "^29.5.0", "ts-jest": "^29.0.5", "ts-node": "^10.9.1", "typescript": "^5.0.2" }, "gitHead": "724b589360a9e65ee546dc9843fa088c37a2b0d9" }