{
  "name": "magic-core",
  "version": "0.0.1",
  "description": "魔数",
  "entry": {
    "index": "./src/index.js",
    "testcase": "./src/testcase.js",
    "testsuite": "./src/testsuite.js"
  },
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:magic-number/magic-core.git"
  },
  "scripts": {
    "build": "babel src -d lib",
    "clean": "rm -rf ./lib/*"
  },
  "keywords": [
    "magic",
    "自动测试",
    "测试工具"
  ],
  "author": "hao",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/magic-number/magic-core/issues"
  },
  "homepage": "https://github.com/magic-number/magic-core",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.3.1",
    "@babel/plugin-transform-runtime": "^7.2.0"
  }
}
