{ "name": "@padloc/locale", "version": "4.0.0", "description": "Package containing translations and wordlists for Padloc as well as various other localization tools", "main": "src/index.js", "files": [ "src", "res" ], "scripts": { "extract": "ts-node src/extract.ts ../*/src/{**,.}/*.ts" }, "author": "Martin Kleinschrodt ", "license": "GPLv3", "devDependencies": { "ts-node": "10.0.0", "typescript": "4.4.3" }, "repository": { "type": "git", "url": "https://github.com/padloc/padloc.git", "directory": "packages/locale" }, "engines": { "node": "16.13.1", "npm": "8.2.0" } }