16 lines
316 B
JSON
16 lines
316 B
JSON
{
|
|
"name": "cariot",
|
|
"version": "1.0.1",
|
|
"description": "\"Heroku client build\"",
|
|
"scripts": {
|
|
"heroku-postbuild": "npm install --prefix client && npm run build --prefix client"
|
|
},
|
|
"engines": {
|
|
"node": "8.x"
|
|
},
|
|
"dependencies": {
|
|
"babel-polyfill": "^6.26.0",
|
|
"unfetch": "^3.0.0"
|
|
}
|
|
}
|