{
  "name": "@lovepop/svg-writer",
  "version": "1.2.10",
  "description": "svg-writer for @lovepop/typesetter",
  "main": "build/cjs/index.js",
  "types": "index.d.ts",
  "module": "build/es/index.js",
  "sideEffects": false,
  "repository": "https://github.com/lovepopcards/galdr.git",
  "license": "MIT",
  "keywords": [
    "lovepop"
  ],
  "scripts": {
    "build": "run-s clean typedefs && run-p build:main build:module",
    "build:main": "tsc -p ts/cjs.tsconfig.json",
    "build:module": "tsc -p ts/es.tsconfig.json",
    "build:test": "rollup --config rollup.config.test.js",
    "clean": "trash build ./tests/*.js ./*.d.ts",
    "cov": "run-s build test:unit && opn coverage/index.html",
    "cov:send": "yarn test:unit --reporters=[lcov] > coverage.lcov && codecov",
    "dev": "run-s clean typedefs && testem",
    "doc": "run-s doc:html && opn build/docs/index.html",
    "doc:html": "typedoc src/ --target ES6 --mode file --out build/docs",
    "doc:json": "typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json",
    "fix": "run-s fix:*",
    "fix:prettier": "prettier \"src/**/*.ts\" --write",
    "fix:tslint": "tslint --fix --project .",
    "info": "npm-scripts-info",
    "prepare-release": "run-s all doc:publish",
    "test": "run-s build:* test:*",
    "test:lint": "tslint --project . && prettier \"src/**/*.ts\" --list-different",
    "test:unit": "testem ci",
    "typedefs": "tsc --outDir . --emitDeclarationOnly"
  },
  "scripts-info": {
    "build": "Clean, generate type definitions and rebuild the project",
    "clean": "Removes Typescript delcrations and other artifacts not tracked in git",
    "cov": "Rebuild, run tests, then create and open the coverage report",
    "cov:check": "Dsplay coverage report in terminal",
    "dev": "Watch and rebuild the project on save, then rerun relevant tests",
    "doc": "Generate HTML API documentation and open it in a browser",
    "doc:publish": "WIP - Generate HTML API documentation and push to git-hub pages",
    "fix": "Try to automatically fix any linting problems",
    "info": "Display information about the package scripts",
    "prepare-release": "One-step: clean, build, test, publish docs, and prep a release",
    "test": "Lint and unit test the project - mainly used in CI",
    "typedefs": "Generate Typescript declaration files"
  },
  "engines": {
    "node": ">=8.9"
  },
  "devDependencies": {
    "@lovepop/typesetter": "^1.0.15",
    "@types/qunit": "^2.5.3",
    "@types/ramda": "^0.25.42",
    "codecov": "^3.1.0",
    "npm-run-all": "^4.1.3",
    "opn-cli": "^4.0.0",
    "prettier": "^1.14.3",
    "qunit": "^2.8.0",
    "ramda": "^0.26.1",
    "rollup": "^1.1.2",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-multi-entry": "^2.0.2",
    "rollup-plugin-node-resolve": "^4.0.0",
    "rollup-plugin-typescript": "^1.0.0",
    "testem": "^2.14.0",
    "trash-cli": "^1.4.0",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.15.0",
    "tslint-immutable": "^5.0.0",
    "typedoc": "^0.14.2",
    "typescript": "^3.0.3"
  },
  "prettier": {
    "singleQuote": true
  },
  "gitHead": "34f2d06649dd2e6ca64234effb58c4f190c06490",
  "dependencies": {
    "braces": "^2.3.2",
    "marked": "^0.6.3",
    "phrase-filter": "^1.2.2",
    "serialize-javascript": "^2.1.2",
    "set-value": "^2.0.1",
    "websocket-extensions": "^0.1.4"
  }
}
