{
  "name": "frontend-tpl",
  "version": "1.0.1",
  "description": "",
  "main": "src/index.js",
  "scripts": {
    "start": "npm run dev",
    "dev": "rollup -c --enviroment",
    "build": "rollup -c --environment isBuild",
    "test": "npm run dev && npm run jest",
    "jest": "jest",
    "docs": "npx jsdoc -c jsdoc.json"
  },
  "author": "maoyonglong",
  "license": "MIT",
  "keywords": [
    "ast",
    "template",
    "engine"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maoyonglong/frontend-tpl.git"
  },
  "bugs": {
    "url": "https://github.com/maoyonglong/frontend-tpl/issues"
  },
  "homepage": "https://github.com/maoyonglong/frontend-tpl#readme",
  "standard": {
    "ignore": [
      "test/",
      "dist/",
      "lib"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/node": "^7.4.5",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/preset-env": "^7.4.5",
    "@babel/runtime": "^7.4.5",
    "babel-jest": "^24.8.0",
    "docdash": "^1.1.1",
    "jest-cli": "^24.8.0",
    "jsdoc": "^3.6.2",
    "rollup": "^1.12.4",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-commonjs": "^10.0.0",
    "rollup-plugin-uglify": "^6.0.2",
    "standard": "^12.0.1"
  },
  "dependencies": {}
}
