multilingual-game-words
Version:
Words for games like taboo/pictionary/charades/catchphrase/etc in many different languages.
51 lines (50 loc) • 1.27 kB
JSON
{
"name": "multilingual-game-words",
"version": "1.2.1",
"description": "Words for games like taboo/pictionary/charades/catchphrase/etc in many different languages.",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"files": [
"lib/**/*"
],
"repository": {
"type": "git",
"url": "https://github.com/peterolson/multilingualWords.git"
},
"keywords": [
"game",
"language",
"words",
"multilingual",
"taboo",
"charades",
"catchphrase",
"pictionary"
],
"author": "Peter Olson",
"license": "ISC",
"devDependencies": {
"@google-cloud/translate": "^6.3.1",
"@types/node-fetch": "^2.5.12",
"deepl": "^1.0.13",
"dotenv": "^10.0.0",
"hanzi-tools": "^1.2.26",
"node-fetch": "^2.6.6",
"prettier": "^2.4.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.4.3"
},
"dependencies": {
"isomorphic-fetch": "^3.0.0"
}
}