mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-05 19:31:36 -05:00
24 lines
650 B
JSON
24 lines
650 B
JSON
{
|
|
"name": "noms-codec-perf-rig",
|
|
"license": "Apache-2.0",
|
|
"main": "dist/main.js",
|
|
"scripts": {
|
|
"preinstall": "cp ../../noms/.babelrc ../.eslintrc.js ../../noms/.flowconfig .",
|
|
"prepublish": "yarn run build",
|
|
"start": "babel -d dist -w src",
|
|
"build": "BABEL_ENV=production babel -d dist src",
|
|
"test": "eslint src/ && flow src/"
|
|
},
|
|
"dependencies": {
|
|
"@attic/noms": "file:../../noms",
|
|
"babel-cli": "^6.18.0",
|
|
"babel-core": "^6.21.0",
|
|
"babel-preset-noms": "1.0.1",
|
|
"eslint": "^3.13.1",
|
|
"eslint-config-noms": "1.2.0",
|
|
"flow-bin": "^0.38.0",
|
|
"humanize": "^0.0.9",
|
|
"yargs": "^6.6.0"
|
|
}
|
|
}
|