{
  "name": "stc-pack",
  "version": "0.0.5",
  "description": "to pack everything into javascript in stc",
  "main": "lib/index.js",
  "scripts": {
    "test": "ava test/**/*.spec.js",
    "test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- -t 50000 --recursive  -R spec test/",
    "compile": "babel --presets es2015-loose,stage-1 src/ --out-dir lib/ --source-maps",
    "watch-compile": "npm run compile -- --watch",
    "watch": "npm run watch-compile",
    "prepublish": "npm run eslint & npm run compile",
    "eslint": "eslint src/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stcjs/stc-pack.git"
  },
  "keywords": [
    "javascript",
    "bundle",
    "webpack"
  ],
  "author": "Sijie Cai <sijie.cai@qq.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/stcjs/stc-pack/issues"
  },
  "homepage": "https://github.com/stcjs/stc-pack#readme",
  "dependencies": {
    "babel-traverse": "^6.22.1",
    "babel-types": "^6.22.0",
    "lodash": "^4.17.4",
    "style-loader": "^0.13.1",
    "thinkit": "^4.10.0"
  },
  "devDependencies": {
    "ava": "^0.16.0",
    "babel-cli": "^6.22.2",
    "babel-eslint": "^7.1.1",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-es2015-loose": "7.0.0",
    "babel-preset-stage-0": "*",
    "babel-preset-stage-1": "^6.22.0",
    "babel-preset-stage-2": "^6.22.0",
    "babylon": "*",
    "eslint": "*",
    "istanbul": "*"
  }
}
