mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-30 10:45:18 -06:00
15 lines
243 B
JSON
15 lines
243 B
JSON
{
|
|
"name": "noms",
|
|
"main": "dist/noms.js",
|
|
"dependencies": {
|
|
"immutable": "^3.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "^5.6.23"
|
|
},
|
|
"scripts": {
|
|
"start": "babel -w src/ -d dist/",
|
|
"build": "babel src/ -d dist/"
|
|
}
|
|
}
|