mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-30 19:09:34 -06:00
16 lines
273 B
JSON
16 lines
273 B
JSON
{
|
|
"name": "noms",
|
|
"main": "dist/noms.js",
|
|
"dependencies": {
|
|
"immutable": "^3.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "^5.6.23",
|
|
"whatwg-fetch": "^0.9.0"
|
|
},
|
|
"scripts": {
|
|
"start": "babel -w src/ -d dist/",
|
|
"build": "babel src/ -d dist/"
|
|
}
|
|
}
|