{
  "name": "@swiftcarrot/utils",
  "version": "0.1.2",
  "description": "utils",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rm -rf dist && NODE_ENV=production rollup -c",
    "test": "NODE_ENV=production jest --coverage",
    "prepublishOnly": "npm test && npm run build"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@babel/runtime": "^7.5.5",
    "lodash": "^4.17.15",
    "qss": "^2.0.3"
  },
  "author": "Wang Zuo <wangzuo@swiftcarrot.com> (https://swiftcarrot.com)",
  "license": "MIT",
  "gitHead": "707417fb9c903fb216a73db1e66a989805927434"
}
