{
  "name": "@futurapps/models",
  "version": "1.0.0",
  "description": "Models for futurapps modules",
  "publishConfig": {
    "access": "public"
  },
  "main": "index.js",
  "scripts": {
    "postinstall": "node -e \"try{require('./bin/postinstall')}catch(e){}\""
  },
  "dependencies": {
    "mongoose": "^9.2.4",
    "randomstring": "^1.3.1",
    "uuid": "^13.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/futurapps/models.git"
  },
  "keywords": [
    "fututarpps",
    "fa-models"
  ],
  "author": "dev.leader@codecraftdev.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/futurapps/models/issues"
  },
  "homepage": "https://github.com/futurapps/models#readme"
}
