mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 10:38:10 -06:00
24 lines
653 B
JSON
24 lines
653 B
JSON
{
|
|
"name": "noms-url-fetch",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"main": "dist/main.js",
|
|
"scripts": {
|
|
"preinstall": "cp ../../../js/noms/.babelrc ../.eslintrc.js ../../../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:../../../js/noms",
|
|
"babel-cli": "^6.18.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"
|
|
}
|
|
}
|