{
  "name": "alife-logger",
  "version": "1.8.30",
  "description": "retcode cloud sdk",
  "main": "./lib/index.js",
  "scripts": {
    "dev": "DEV=1 node ./bin/pack",
    "lint": "./node_modules/.bin/eslint --fix ./src",
    "test": "node ./bin/spec.js",
    "build": "node ./bin/pack.js",
    "pure-build": "node ./bin/pack.js",
    "postbuild": "npm run lint && npm run test-miniapp && npm run test --once && npm run f2etest",
    "postcommit": "npm run lint",
    "init": "fie commit init",
    "pub": "node ./bin/publish",
    "his": "fie commit out",
    "proxy2local": "npx f2etest-local start --port 1080 --server http://f2etest.alibaba-inc.com/ --name maixi.fl --apikey 1c0ca34a085e4c69af399c0ba699b543",
    "f2etest": "npm run proxy2local && mocha --no-timeouts test/f2etest/** && npm run stop_proxy",
    "stop_proxy": "npx f2etest-local stop",
    "dev_local": "DEV=1 LOCAL=1 node ./bin/pack",
    "test-miniapp": "nyc mocha --timeout 5000 --reporter spec 'test/unittest/**/**.spec.js'",
    "test-miniapp-watch": "mocha --reporter spec 'test/unittest/**/**.spec.js' --watch"
  },
  "author": {
    "name": "huazhi.chz",
    "email": "huazhi.chz@alibaba-inc.com"
  },
  "maintainers": [{
      "name": "huazhi.chz",
      "email": "huazhi.chz@alibaba-inc.com"
    },
    {
      "name": "yufeng.wjj",
      "email": "yufeng.wjj@alibaba-inc.com"
    },
    {
      "name": "weichun.pwc",
      "email": "weichun.pwc@alibaba-inc.com"
    }
  ],
  "license": "ISC",
  "dependencies": {},
  "devDependencies": {
    "aliyun-sdk": "~1.10.11",
    "browserify": "~16.2.0",
    "buffer": "4",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "chalk": "~1.1.3",
    "chokidar": "~1.7.0",
    "dateformat": "~2.0.0",
    "eslint": "~3.19.0",
    "expect.js": "^0.3.1",
    "express": "~4.15.3",
    "fs-extra": "~4.0.2",
    "globby": "^8.0.1",
    "karma": "~1.7.1",
    "karma-browserify": "~5.2.0",
    "karma-chrome-launcher": "~2.2.0",
    "karma-mocha": "~1.3.0",
    "karma-webdriver-launcher": "^1.0.5",
    "karma-coverage": "~1.1.1",
    "mocha": "~5.1.1",
    "node-fetch": "^2.1.2",
    "nyc": "^13.1.0",
    "power-assert": "~1.4.4",
    "strip-comments": "^1.0.2",
    "uglify-js": "~3.1.7",
    "watchify": "~3.9.0",
    "browserify-istanbul": "~3.0.1",
    "jwebdriver": "^2.2.5",
    "rollup": "~1.1.0",
    "rollup-plugin-commonjs": "~9.2.0",
    "rollup-plugin-node-resolve": "~4.0.0",
    "rollup-plugin-uglify": "~6.0.0"
  },
  "keyword": [
    "retcode",
    "log"
  ]
}
