UNPKG

@twin.org/validate-locales

Version:

Tool to validate source files against the locales

63 lines (62 loc) 1.32 kB
{ "name": "@twin.org/validate-locales", "version": "0.0.2-next.21", "description": "Tool to validate source files against the locales", "repository": { "type": "git", "url": "git+https://github.com/twinfoundation/framework.git", "directory": "apps/validate-locales" }, "author": "martyn.janes@iota.org", "license": "Apache-2.0", "type": "module", "engines": { "node": ">=20.0.0" }, "dependencies": { "@twin.org/cli-core": "0.0.2-next.21", "@twin.org/core": "0.0.2-next.21", "@twin.org/nameof": "0.0.2-next.21", "@twin.org/nameof-transformer": "0.0.2-next.21", "commander": "14.0.1", "glob": "11.0.3", "typescript": "5.9.2" }, "main": "./dist/cjs/index.cjs", "module": "./dist/esm/index.mjs", "types": "./dist/types/index.d.ts", "exports": { ".": { "types": "./dist/types/index.d.ts", "require": "./dist/cjs/index.cjs", "import": "./dist/esm/index.mjs" } }, "files": [ "bin", "dist/cjs", "dist/esm", "dist/locales", "dist/types", "locales", "docs" ], "bin": { "validate-locales": "bin/index.js" }, "directories": { "doc": "docs", "test": "tests" }, "bugs": { "url": "git+https://github.com/twinfoundation/framework/issues" }, "homepage": "https://twindev.org", "keywords": [ "twin", "trade", "iota", "framework", "blockchain" ] }