mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 10:33:08 -06:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"name": "nomdl-codegen-test",
|
|
"version": "0.0.1",
|
|
"description": "Tests for generated js code",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@attic/eslintrc": "file:../../../jsmodules/eslintrc",
|
|
"@attic/noms": "^10.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.22.1",
|
|
"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"
|
|
}
|
|
}
|