wordmap
Version:
Multi-Lingual Word Alignment Prediction
77 lines (76 loc) • 1.81 kB
JSON
{
"name": "wordmap",
"version": "0.6.1-beta.10",
"description": "Multi-Lingual Word Alignment Prediction",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "tslint -c tslint.json src/**/*.ts",
"docs": "typedoc --out docs --mode modules --target ES6",
"test": "npm run lint && jest",
"prebuild": "rm -rf dist",
"build": "tsc --strict",
"prepare": "if [ ! -d './dist/' ]; then npm run build; fi",
"prepublishOnly": "npm test && npm run build",
"postpublish": "git tag v$npm_package_version && git push origin v$npm_package_version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/translationCoreApps/wordMAP.git"
},
"bin": {
"wordmap": "dist/cli.js"
},
"jest": {
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
"^.+\\.(ts)$": "ts-jest"
},
"testMatch": [
"**/__tests__/*.+(ts|js)"
]
},
"keywords": [
"word",
"alignment",
"map",
"tc",
"multilingual",
"linguistics",
"prediction",
"bible",
"translation",
"translation",
"alignment",
"aligner",
"word",
"language"
],
"author": "unfoldingword",
"license": "ISC",
"bugs": {
"url": "https://github.com/translationCoreApps/wordMAP/issues"
},
"homepage": "https://github.com/translationCoreApps/wordMAP#readme",
"devDependencies": {
"@types/fs-extra": "^5.0.4",
"@types/jest": "^23.3.14",
"fs-extra": "^7.0.1",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"tslint": "^5.20.0",
"typedoc": "^0.13.0",
"typescript": "^3.6.4",
"wordmap-lexer": "^0.3.5"
},
"dependencies": {
"@types/yargs": "^11.0.0",
"yargs": "^11.0.0"
},
"peerDependencies": {
"wordmap-lexer": "^0.3.4"
}
}