padloc/packages/locale/package.json

29 lines
669 B
JSON
Raw Normal View History

{
"name": "@padloc/locale",
"version": "4.0.0",
"description": "Package containing translations and wordlists for Padloc as well as various other localization tools",
2021-09-25 08:06:45 +00:00
"main": "src/index.js",
"files": [
"src",
"res"
],
"scripts": {
"extract": "ts-node src/extract.ts ../*/src/{**,.}/*.ts"
},
"author": "Martin Kleinschrodt <martin@maklesoft.com>",
"license": "GPLv3",
"devDependencies": {
"ts-node": "10.0.0",
"typescript": "4.4.3"
},
"repository": {
2019-12-03 10:06:41 +00:00
"type": "git",
"url": "https://github.com/padloc/padloc.git",
"directory": "packages/locale"
},
"engines": {
"node": "16.13.1",
"npm": "8.2.0"
}
}