{
  "name": "@atrilabs/forest",
  "version": "1.0.0-alpha.37",
  "description": "> TODO: description",
  "author": "cruxcode <swaroopshyam0@gmail.com>",
  "homepage": "https://github.com/cruxcode/atrilabs-engine#readme",
  "license": "ISC",
  "main": "src/index.ts",
  "files": [
    "src"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cruxcode/atrilabs-engine.git"
  },
  "scripts": {
    "test": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "bugs": {
    "url": "https://github.com/cruxcode/atrilabs-engine/issues"
  },
  "dependencies": {
    "lodash": "4.17.21",
    "lowdb": "1.0.0",
    "typescript": "4.6.3"
  },
  "devDependencies": {
    "@types/jest": "^29.1.2",
    "@types/lowdb": "1.0.11",
    "@types/node": "17.0.27",
    "jest": "^29.1.2",
    "ts-jest": "^29.0.3"
  },
  "gitHead": "250b2c9029b7d44a0991b8dcdd83d49ff304459e"
}
