{
  "name": "{{appName}}",
  "version": "0.0.1",
  "description": "",
  "main": "dist/bundle.js",
  "scripts": {
    "test": "ava",
    "updateSnapshots": "ava -u",
    "premili:upgrade": "npm install mili@latest -D",
    "mili:upgrade": "mili upgrade",
    "clean": "rm -rf ./dist/*",
    "build": "npm run clean & rollup -c",
    "prepublishOnly": "npm test; npm run build",
    "ca": "git add -A && git-cz -av",
    "commit": "git-cz",
    "postpublish": "git push"
  },
  "engines": { "node": ">=8.9.4" },
  "mili": {
    "type": "component",
    "encoding": "{{encoding}}"
  },
  "ava": {
    "files": [
      "test/**/*.js",
      "!**/macros.js",
      "!**/*.macros.js"
    ],
    "sources": [
      "src/**/*.js"
    ],
    "failFast": true,
    "require": [
      "babel-register"
    ]
  },
  "devDependencies": {
    "ava": "^1.0.0-beta.4",
    "babel-core": "^6.26.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-register": "^6.26.0",
    "husky": "^1.0.1",
    "mili": "{{miliVersion}}",
    "rollup": "^0.58.0",
    "rollup-plugin-babel": "^3.0.3",
    "rollup-plugin-commonjs": "^9.1.0",
    "rollup-plugin-json": "^3.0.0",
    "rollup-plugin-node-resolve": "^3.3.0",
    "commitizen": "^2.10.1",
    "cz-conventional-changelog": "^2.1.0",
    "@commitlint/cli": "^7.1.2",
    "@commitlint/config-conventional": "^7.1.2"
  },
  "dependencies": {}
}
