{
  "name": "@lunoxjs/auth",
  "version": "2.0.0-next.6",
  "description": "Lunox Authentication",
  "main": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": "./dist/index.mjs",
    "./contracts": "./contracts.d.ts",
    "./dist/*": "./dist/*"
  },
  "files": [
    "dist/*",
    "contracts.d.ts"
  ],
  "keywords": [
    "lunox",
    "lunoxjs",
    "lunox-filesystem"
  ],
  "author": {
    "name": "Akhmad Salafudin",
    "email": "axmad386@gmail.com",
    "url": "https://github.com/axmad386"
  },
  "license": "MIT",
  "devDependencies": {
    "@lunoxjs/build": "2.0.0-next.6",
    "@lunoxjs/core": "2.0.0-next.6",
    "rollup": "^3.19.1",
    "typescript": "^4.9.5"
  },
  "peerDependencies": {
    "@lunoxjs/core": "2.0.0-next.6"
  },
  "type": "module",
  "dependencies": {},
  "scripts": {
    "build": "lunox prod",
    "dev": "lunox dev"
  }
}