{
"name": "coco-india",
"version": "1.0.0",
"description": "Project root package.json",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "./scripts/shell/run-dev.sh",
"test": "echo \"Error: no test specified\" && exit 1",
"redis": "docker start redis-db",
"function:ppp": "cd functions/ && npm run dev",
"client:ppp": "cd client/ && npm run dev",
"generate:ppp": "cd scripts/build-db/ && npm run start:ppp",
"generate:prod": "cd scripts/build-db/ && npm run start:prod",
"deploy:all:ppp": "./scripts/shell/deploy.sh ppp",
"deploy:all:prod": "./scripts/shell/deploy.sh prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsbisht/coco-india.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jsbisht/coco-india/issues"
},
"homepage": "https://github.com/jsbisht/coco-india#readme",
"dependencies": {
"concurrently": "^5.1.0"
}
}