package.json 1.0 KB
Newer Older
C
init  
Conan 已提交
1 2
{
  "name": "interface-loader",
J
JiM-W 已提交
3
  "version": "0.4.1-alpha.0",
C
init  
Conan 已提交
4 5 6 7 8 9 10 11 12 13 14 15
  "description": "",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha --recursive --reporter spec",
    "cover": "istanbul cover --report lcov node_modules/mocha/bin/_mocha -- -R spec --recursive",
    "eslint:fix": "eslint --ext .js  src --fix",
    "eslint": "eslint ./src"
  },
  "dependencies": {
    "@babel/parser": "7.1.0",
    "babel-generator": "6.26.1",
    "babel-traverse": "6.26.0",
J
JiM-W 已提交
16
    "chameleon-tool-utils": "0.4.1-alpha.0",
C
init  
Conan 已提交
17
    "loader-utils": "1.1.0",
J
JiM-W 已提交
18 19
    "mvvm-interface-parser": "0.4.1-alpha.0",
    "runtime-check": "0.4.1-alpha.0"
C
init  
Conan 已提交
20 21 22 23 24 25 26 27 28 29 30 31 32 33
  },
  "author": "Chameleon-Team",
  "license": "Apache",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-preset-flow": "^6.23.0",
    "chai": "^4.2.0",
    "coveralls": "^2.11.9",
    "eslint": "^5.9.0",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "through2": "^3.0.0"
  },
  "mail": "ChameleonCore@didiglobal.com",
Y
yangyiliang 已提交
34
  "gitHead": "5ddcde4330774710f7646559446e008f7785ce00"
Y
@didi  
yylgit 已提交
35
}