76 lines
2.4 KiB
JSON
76 lines
2.4 KiB
JSON
{
|
|
"name": "@plastichub/osr-i18n",
|
|
"version": "0.2.5",
|
|
"typings": "index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bin": {
|
|
"osr-i18n": "main.js"
|
|
},
|
|
"dependencies": {
|
|
"@iarna/toml": "^2.2.5",
|
|
"@plastichub/core": "file:../core",
|
|
"@plastichub/fs": "^0.13.39",
|
|
"@plastichub/osr-cache": "file:../osr-cache",
|
|
"@plastichub/osr-cli-commons": "file:../osr-cli-commons",
|
|
"@plastichub/osr-commons": "file:../osr-commons",
|
|
"@plastichub/osr-log": "file:../osr-log",
|
|
"@plastichub/osr-sync": "^0.3.8",
|
|
"@types/html-minifier-terser": "^7.0.2",
|
|
"@types/node": "^20.14.9",
|
|
"axios": "^0.27.2",
|
|
"convert-units": "^2.3.4",
|
|
"cryptr": "^6.0.3",
|
|
"deepl-node": "^1.8.0",
|
|
"env-var": "^7.1.1",
|
|
"front-matter": "^4.0.2",
|
|
"glob-base": "^0.3.0",
|
|
"html-minifier-terser": "^7.2.0",
|
|
"json-to-pretty-yaml": "^1.2.2",
|
|
"jsonpath-plus": "^8.1.0",
|
|
"keyv": "^4.5.4",
|
|
"keyv-file": "^0.3.1",
|
|
"link-dev": "^1.0.4",
|
|
"p-map": "^4.0.0",
|
|
"p-throttle": "^v4.1.1",
|
|
"querystring": "^0.2.1",
|
|
"ssri": "^10.0.1",
|
|
"tslog": "^4.9.3",
|
|
"typesafe-i18n": "^5.11.0",
|
|
"typescript": "^4.9.5",
|
|
"xlsx": "^0.18.5",
|
|
"yaml": "^2.4.1",
|
|
"yargs": "^17.7.2",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"scripts": {
|
|
"test": "tsc; mocha --full-trace mocha \"spec/**/*.spec.js\"",
|
|
"test-with-coverage": "istanbul cover node_modules/.bin/_mocha -- 'spec/**/*.spec.js'",
|
|
"lint": "tslint --project=./tsconfig.json",
|
|
"build": "tsc -p . --declaration",
|
|
"dev": "tsc -p . --declaration -w",
|
|
"typings": "tsc --declaration",
|
|
"docs": "npx typedoc src/index.ts",
|
|
"dev-test-watch": "mocha-typescript-watch",
|
|
"typesafe-i18n": "typesafe-i18n",
|
|
"link-dev": "sh scripts/link-dev.sh",
|
|
"dev-test-md": "node ./dist/main.js translate --debug --src='./tests/*.md'",
|
|
"dev-test-md-de": "node ./dist/main.js translate --targetLang='EN' --sourceLang='DE' --debug --src='./tests/DE/*.md'",
|
|
"dev-test-json": "node ./dist/main.js translate --debug --src='./tests/*.json'",
|
|
"dev-test-toml": "node ./dist/main.js translate --debug --src='./tests/*.toml'"
|
|
},
|
|
"homepage": "https://git.osr-plastic.org/osr-plastic/osr-i18n",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.osr-plastic.org/osr-plastic/osr-i18n.git"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.0.0"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"keywords": [
|
|
"typescript"
|
|
]
|
|
}
|