{
  "name": "@shibi-snowball/c3-shared",
  "version": "0.1.9",
  "description": "",
  "main": "index.js",
  "type": "module",
  "exports": {
    ".": "./src/index.js",
    "./constants": "./src/constants.js",
    "./helpers": "./src/helpers.js",
    "./log": "./src/log.js"
  },
  "keywords": [
    "no-code",
    "low-code",
    "platform",
    "c3",
    "React",
    "CLI",
    "Kissflow",
    "custom components",
    "custom fields"
  ],
  "author": "shibi@kissflow.com",
  "license": "ISC",
  "dependencies": {
    "chalk": "^5.3.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}