{
  "name": "jsfunc",
  "version": "0.1.9",
  "description": "常用的js func",
  "main": "dist/index.js",
  "jsnext:main": "dist/index.esm.js",
  "module": "dist/index.esm.js",
  "sideEffects": false,
  "scripts": {
    "clean": "rimraf ./dist",
    "lint": "eslint -c config/.eslintrc.js src",
    "build:self": "rollup -c config/rollup.config.js",
    "build:esm": "rollup -c config/rollup.config.esm.js",
    "build:aio": "rollup -c config/rollup.config.aio.js",
    "build": "npm run clean && npm run build:self && npm run build:esm &&  npm run build:aio",
    "test": "npm run lint && npm run build && mocha",
    "release": "npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags",
    "jsdoc": "jsdoc -c ./jsdoc.json",
    "js2md": "node ./config/js2md.js"
  },
  "author": "hanyitim",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/hanyitim/jsfunc"
  },
  "bugs": {
    "url": "https://github.com/hanyitim/jsfunc/issues"
  },
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/plugin-transform-runtime": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "cdkit": "1.1.0",
    "es5-shim": "4.5.10",
    "eslint": "4.18.2",
    "expect.js": "0.3.1",
    "jsdoc": "^3.5.5",
    "jsdoc-to-markdown": "^4.0.1",
    "mocha": "3.5.3",
    "mocha-jsdom": "^2.0.0",
    "rimraf": "2.6.2",
    "rollup": "0.57.1",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "8.3.0",
    "rollup-plugin-node-resolve": "3.0.3"
  },
  "dependencies": {
    "@jsmini/console": "0.6.0",
    "@jsmini/event": "0.5.1",
    "@jsmini/guid": "0.6.0",
    "@jsmini/inherits": "0.5.0",
    "@jsmini/is": "0.4.0",
    "@jsmini/type": "0.4.0",
    "babel-runtime": "6.26.0"
  }
}
