Files
dolt/clients/fs/package.json
T

35 lines
1.0 KiB
JSON

{
"name": "directory-import",
"dependencies": {
"@attic/noms": "^11.1.0",
"babel-regenerator-runtime": "6.5.0",
"mz": "2.4.0",
"oauth": "^0.9.14",
"yargs": "4.4.0"
},
"devDependencies": {
"@attic/eslintrc": "^1.0.0",
"babel-cli": "6.6.5",
"babel-core": "6.7.2",
"babel-generator": "6.7.2",
"babel-plugin-syntax-async-functions": "6.5.0",
"babel-plugin-syntax-flow": "6.5.0",
"babel-plugin-transform-async-to-generator": "6.7.0",
"babel-plugin-transform-class-properties": "6.6.0",
"babel-plugin-transform-es2015-destructuring": "6.6.5",
"babel-plugin-transform-es2015-modules-commonjs": "6.7.0",
"babel-plugin-transform-es2015-parameters": "6.7.0",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"flow-bin": "^0.23.0",
"chai": "3.5.0",
"mocha": "2.4.5"
},
"scripts": {
"start": "babel -d dist -w src",
"build": "babel -d dist src",
"test": "eslint src/ && flow src/"
}
}