UNPKG

@hi18n/ts-plugin

Version:

Message internationalization meets immutability and type-safety - TypeScript language server plugin

45 lines 1.22 kB
{ "name": "@hi18n/ts-plugin", "version": "0.1.5", "description": "Message internationalization meets immutability and type-safety - TypeScript language server plugin", "keywords": [ "hi18n", "typescript-plugin" ], "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/ts-plugin" }, "author": "Masaki Hara <ackie.h.gmai@gmail.com>", "license": "MIT", "files": [ "dist/**/*", "cjs/**/*", "src/**/*", "!src/**/*.test.ts" ], "type": "module", "main": "./cjs/wrapper.js", "exports": { "require": "./cjs/wrapper.js", "default": "./dist/index.js" }, "scripts": { "build": "$npm_execpath run build:esm && $npm_execpath run build:cjs", "build:cjs": "tsc -p tsconfig.build-cjs.json", "build:esm": "tsc -p tsconfig.build.json", "clean": "rimraf dist cjs/dist", "prepack": "$npm_execpath run clean && $npm_execpath run build", "tsc": "tsc" }, "devDependencies": { "@types/node": "^22.18.1", "rimraf": "^3.0.2", "typescript": "^5.9.2" } }