{
  "name": "fantik",
  "version": "0.0.1",
  "description": "Build presentations from Markdown",
  "main": "index.js",
  "scripts": {
    "test": "jest --verbose",
    "test:coverage": "jest --collect-coverage --verbose",
    "pretest": "eslint --ignore-path .gitignore lib/** index.js",
    "preinstall": "npx npm-force-resolutions",
    "build-binaries": "pkg -t node14-linux-x64,node14-win-x64 --out-dir bin package.json; mv bin/fantik-linux bin/fantik; mv bin/fantik-win.exe bin/fantik.exe"
  },
  "author": {
    "name": "Andy Lawrence"
  },
  "license": "MIT",
  "dependencies": {
    "commander": "^3.0.2",
    "js-yaml": "^3.13.1"
  },
  "devDependencies": {
    "jest": "^25.1.0",
    "eslint": "^6.8.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "jsdoc": "^3.6.4",
    "pkg": "^4.4.8"
  },
  "resolutions": {
    "minimist": "^1.2.5"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ofhellsfire/fantik"
  },
  "bugs": {
    "url": "https://github.com/ofhellsfire/fantik/issues"
  },
  "keywords": [
    "presentation",
    "slides",
    "markdown",
    "reveal.js"
  ],
  "homepage": "https://github.com/ofhellsfire/fantik#readme",
  "bin": {
    "fantik": "./index.js"
  },
  "pkg": {
    "scripts": [ "lib/*.js" ],
    "assets": [ "core/default.config.yaml",  "plugins/**/*.yaml"]
  }
}
