mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 02:59:34 -06:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "noms-url-fetch",
|
|
"license": "Apache-2.0",
|
|
"main": "dist/main.js",
|
|
"dependencies": {
|
|
"@attic/noms": "^42.0.0",
|
|
"babel-regenerator-runtime": "6.5.0",
|
|
"humanize": "0.0.9",
|
|
"yargs": "4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@attic/eslintrc": "^3.1.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",
|
|
"chai": "3.5.0",
|
|
"flow-bin": "^0.25.0",
|
|
"mocha": "2.4.5"
|
|
},
|
|
"scripts": {
|
|
"start": "babel -d dist -w src",
|
|
"build": "BABEL_ENV=production babel -d dist src",
|
|
"test": "eslint src/ && flow src/"
|
|
}
|
|
}
|