{
  "name": "<% FULL_PACKAGE_NAME %>",
  "version": "0.1.0",
  "description": "a javascript package",
  "main": "dist/index.js",
  "browser": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "esm2017": "dist/index.esm2017.js",  
  "scripts": {
    "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
    "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'",
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "build": "rollup -c",
    "dev": "rollup -c -w"
  },
  "repository": {
    "directory": "packages/<% PACKAGE_NAME %>",
    "type": "git",
    "url": "git+<% GIT_URL %>.git"
  },
  "keywords": [],
  "author": "<% USER_NAME %> <<% USER_EMAIL %>>",
  "license": "MIT",
  "bugs": {
    "url": "<% GIT_URL %>/issues"
  },
  "homepage": "<% GIT_URL %>#readme",
  "devDependencies": {
    "@types/dotenv-flow": "^3.0.0",
    "@types/jest": "^24.0.18",
    "@typescript-eslint/eslint-plugin": "2.2.0",
    "@typescript-eslint/eslint-plugin-tslint": "2.0.0",
    "@typescript-eslint/parser": "2.0.0",
    "cross-env": "^5.2.1",
    "eslint": "5.16.0",
    "eslint-plugin-import": "2.18.2",
    "jest": "^23.0.1",
    "jest-mock-console": "^1.0.0",
    "jest-runner-tsc": "^1.5.1",
    "npm-run-all": "^4.1.5",
    "rollup": "^1.21.2",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-typescript2": "^0.24.2",
    "source-map-loader": "^0.2.4",
    "ts-jest": "^23.10.5",
    "ts-loader": "^6.1.0",
    "ts-node": "^8.3.0",
    "tslint": "^5.20.0",
    "typescript": "^3.6.3"
  },
  "dependencies": {
    "dom-storage": "^2.1.0",
    "dotenv-flow": "^3.1.0",
    "tslib": "^1.10.0"
  }
}
