@gecogvidanto/plugin-locale-eo
Version:
Esperanto translations plugin for ĞecoĞvidanto
88 lines (87 loc) • 2.78 kB
JSON
{
"name": "@gecogvidanto/plugin-locale-eo",
"version": "2.1.1",
"description": "Esperanto translations plugin for ĞecoĞvidanto",
"keywords": [
"gecogvidanto",
"translation",
"esperanto",
"eo",
"geconomicus",
"duniter"
],
"license": "GPL-3.0+",
"author": "Stéphane Veyret",
"type": "commonjs",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"COPYING",
"dist/**",
"!dist/**/*.spec.*",
"!dist/**/*.map"
],
"scripts": {
"prepublishOnly": "pm-exec run all",
"all": "pm-exec run clean && pm-exec run test && pm-exec run build",
"test": "pm-exec run test:lint && pm-exec run test:depends && pm-exec run test:unit",
"test:lint": "eslint --config .eslintrc.full.yaml --max-warnings 0 'src/**/*.ts'",
"test:depends": "depcheck",
"test:unit": "nyc mocha 'src/**/*.spec.ts'",
"build": "pm-exec run build:main && pm-exec run build:ui",
"build:main": "tsc --project tsconfig.project.json",
"build:ui": "tsc --project tsconfig.ui.json && foreach -g 'dist/**/ui.*.js' -x \" uglifyjs '#{path}' --source-map content='#{path}.map' -m -o '#{path}' \"",
"debug": "pm-exec run debug:watch",
"debug:watch": "onchange 'src/**' -- pm-exec run test:unit",
"clean": "rimraf dist"
},
"devDependencies": {
"@gecogvidanto/client-web": "2.1.0",
"@gecogvidanto/plugin": "2.1.0",
"@gecogvidanto/plugin-barter": "2.1.0",
"@gecogvidanto/plugin-basesys": "2.1.0",
"@gecogvidanto/plugin-mutcredit": "2.1.0",
"@gecogvidanto/plugin-nedb": "2.1.0",
"@gecogvidanto/server": "^2.1.1",
"@gecogvidanto/shared": "2.1.0",
"@istanbuljs/nyc-config-typescript": "1.0.1",
"@types/chai": "4.2.11",
"@types/chai-as-promised": "7.1.3",
"@types/mocha": "8.0.0",
"@types/node": "14.0.23",
"@typescript-eslint/eslint-plugin": "3.6.1",
"@typescript-eslint/parser": "3.6.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"depcheck": "1.0.0",
"eslint": "7.4.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-header": "3.0.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsdoc": "29.2.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.1.4",
"foreach-cli": "1.8.1",
"intl-ts": "4.3.1",
"mocha": "8.0.1",
"nyc": "15.1.0",
"onchange": "7.0.2",
"pm-exec": "1.0.0",
"prettier": "2.0.5",
"rimraf": "3.0.2",
"source-map-support": "0.5.19",
"ts-node": "8.10.2",
"typescript": "3.9.6",
"uglify-js": "3.10.0"
},
"peerDependencies": {
"@gecogvidanto/plugin": "2.0.0"
},
"engines": {
"node": ">=10.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "97fd7ded77800e5aa82fee64ea483d6f46fbb713"
}