{
  "name": "datastar",
  "version": "5.0.0",
  "description": "Now witness the power of this FULLY ARMED AND OPERATIONAL DATASTAR!",
  "main": "lib",
  "files": [
    "lib",
    "test/helpers",
    "test/mocks"
  ],
  "dependencies": {
    "async": "^3.2.4",
    "clone": "^1.0.4",
    "joi-of-cql": "^2.0.4",
    "object-assign": "^4.0.1",
    "priam": "^5.0.0",
    "tinythen": "^1.0.1",
    "to-camel-case": "^1.0.0",
    "to-snake-case": "^1.0.0",
    "understudy": "^4.1.0",
    "uuid": "^2.0.1"
  },
  "devDependencies": {
    "assume": "^2.1.0",
    "assume-sinon": "^1.0.0",
    "cassandra-driver": "^4.8.0",
    "eslint": "^8.29.0",
    "eslint-config-godaddy": "^7.0.0",
    "lodash.clonedeep": "^4.5.0",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "proxyquire": "^1.7.3",
    "sinon": "^1.17.2"
  },
  "scripts": {
    "mocha": "mocha -R spec test/**/*.tests.js",
    "coverage": "nyc npm run mocha",
    "pretest": "npm run lint",
    "lint": "eslint-godaddy lib/ test/",
    "test": "npm run coverage"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:godaddy/datastar.git"
  },
  "keywords": [
    "C*",
    "cassandra",
    "ODM",
    "models",
    "schemas",
    "data modeling"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "author": "GoDaddy Engineers",
  "license": "MIT"
}
