mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 02:59:34 -06:00
This required that we updated all clients to Noms SDK 11. The only thing that needed real changes was Crunchbase IU.
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "nomdl-codegen-test",
|
|
"version": "0.0.1",
|
|
"description": "Tests for generated js code",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"@attic/eslintrc": "^1.0.0",
|
|
"@attic/noms": "^11.1.0",
|
|
"@attic/webpack-config": "^1.0.1",
|
|
"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",
|
|
"chokidar": "1.4.3",
|
|
"commander": "2.9.0",
|
|
"flow-bin": "0.23.0",
|
|
"fs-extra": "0.26.7",
|
|
"mocha": "2.4.5"
|
|
},
|
|
"scripts": {
|
|
"pretest": "eslint . && flow .",
|
|
"test": "mocha --ui tdd --reporter dot --compilers js:babel-core/register ./*-test.js"
|
|
}
|
|
}
|