{
  "name": "@gecogvidanto/plugin",
  "version": "2.1.0",
  "description": "Definitions for ĞecoĞvidanto plugins",
  "keywords": [
    "gecogvidanto",
    "plugin",
    "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",
    "build:main": "tsc --project tsconfig.project.json",
    "debug": "pm-exec run debug:watch",
    "debug:watch": "onchange 'src/**' -- pm-exec run test:unit",
    "clean": "rimraf dist"
  },
  "devDependencies": {
    "@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",
    "@typescript-eslint/eslint-plugin": "3.6.1",
    "@typescript-eslint/parser": "3.6.1",
    "chai": "4.2.0",
    "chai-as-promised": "7.1.1",
    "confinode": "2.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",
    "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"
  },
  "peerDependencies": {
    "@gecogvidanto/shared": "2.0.0",
    "confinode": "2.x.x",
    "intl-ts": "4.x.x"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "97fd7ded77800e5aa82fee64ea483d6f46fbb713"
}
