UNPKG

@hi18n/cli

Version:

Message internationalization meets immutability and type-safety - command line tool

92 lines 2.51 kB
{ "name": "@hi18n/cli", "version": "0.1.11", "description": "Message internationalization meets immutability and type-safety - command line tool", "keywords": [ "intl", "i18n", "internationalization", "locale", "localization", "globalization", "format", "formatting", "translate", "translation", "hi18n" ], "homepage": "https://github.com/wantedly/hi18n#readme", "bugs": { "url": "https://github.com/wantedly/hi18n/issues" }, "repository": { "type": "git", "url": "https://github.com/wantedly/hi18n.git", "directory": "packages/cli" }, "author": "Masaki Hara <ackie.h.gmai@gmail.com>", "license": "MIT", "packageManager": "yarn@3.2.3", "files": [ "dist/**/*", "!dist/*.tsbuildinfo", "src/**/*", "!src/**/*.test.ts", "!src/__fixtures__/**/*" ], "bin": { "hi18n": "./bin/hi18n.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "scripts": { "babel": "babel -x .ts src -d dist --source-maps --ignore '**/*.d.ts,**/*.test.ts,src/__fixtures__/**/*'", "build": "yarn babel && yarn tsc", "clean": "rimraf dist", "fmt": "prettier . -w", "fmt:check": "prettier . -c", "lint": "eslint 'src/**/*.ts' .eslintrc.js babel.config.js", "prepack": "yarn clean && yarn build", "test": "jest", "tsc": "tsc --build" }, "dependencies": { "@babel/core": "^7.17.10", "@babel/eslint-parser": "^7.17.0", "@babel/runtime": "^7.18.3", "@hi18n/eslint-plugin": "^0.1.9", "@hi18n/tools-core": "^0.1.1", "@typescript-eslint/utils": "^5.21.0", "commander": "^9.2.0", "core-js-pure": "^3.23.2", "cosmiconfig": "^7.0.1", "eslint": "^8.13.0", "glob": "^8.0.1", "resolve": "^1.22.0" }, "devDependencies": { "@babel/cli": "^7.19.3", "@babel/plugin-transform-runtime": "^7.19.1", "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", "@babel/types": "^7.19.3", "@hi18n/core": "0.1.10", "@hi18n/dev-utils": "0.1.0", "@jest/globals": "^29.1.2", "@types/eslint": "^8.4.6", "@types/glob": "^8.0.0", "@types/resolve": "^1.20.2", "babel-jest": "^29.1.2", "babel-plugin-polyfill-corejs3": "^0.6.0", "eslint-plugin-node": "^11.1.0", "expect": "^29.1.2", "jest": "^29.1.2", "prettier": "^2.7.1", "rimraf": "^3.0.2", "typescript": "^4.8.2" } }