ebt-deepl
Version:
Javascript Library for EBT translation via DeepL
55 lines (54 loc) • 1.24 kB
JSON
{
"name": "ebt-deepl",
"version": "1.57.116",
"type": "module",
"description": "Javascript Library for EBT translation via DeepL",
"exports": {
".": {
"import": "./index.mjs"
},
"./package": "./package.json",
"./package.json": "./package.json"
},
"engines": {
"node": ">=20"
},
"private": false,
"directories": {},
"dependencies": {
"deepl-node": "^1.11.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"install": "^0.13.0",
"log-instance": "^1.6.0",
"memo-again": "^0.8.0",
"merkle-json": "^2.6.0",
"mocha": "^10.0.0",
"npm": "^10.7.0",
"scv-bilara": "^3.152.47",
"scv-esm": "^1.105.27",
"should": "^13.2.3"
},
"scripts": {
"build": "scripts/build",
"push-action": "scripts/push-action",
"schedule-action": "scripts/schedule-action",
"test": "npm run test:verbose",
"test:test": "mocha --config test/mocha-config.json -g TESTTEST",
"test:verbose": "mocha --inline-diffs"
},
"repository": {
"tag": "git"
},
"bin": {},
"keywords": [
"SuttaCentral",
"EBT-Site",
"translation",
"Voice"
],
"author": "Karl Lew",
"homepage": "https://github.com/sc-voice/ebt-deepl",
"license": "MIT"
}