{
  "name": "light",
  "version": "2.0.0-alpha.26",
  "description": "a next-gen framework",
  "main": "lib",
  "files": [
    "lib"
  ],
  "scripts": {
    "dev": "tsc -w",
    "build": "npm run clean && npm run compile",
    "clean": "rm -rf lib",
    "compile": "tsc",
    "prepublishOnly": "npm run build"
  },
  "types": "lib/index.d.ts",
  "bin": {
    "light": "./lib/cli/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ludicroushq/light.git"
  },
  "keywords": [
    "light",
    "server"
  ],
  "author": "Manthan Mallikarjun",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ludicroushq/light/issues"
  },
  "homepage": "https://github.com/ludicroushq/light#readme",
  "dependencies": {
    "@lightjs/cli": "^2.0.0-alpha.26",
    "@lightjs/config": "^2.0.0-alpha.26",
    "@lightjs/core": "^2.0.0-alpha.26",
    "@lightjs/logger": "^2.0.0-alpha.26",
    "@lightjs/server": "^2.0.0-alpha.26",
    "@lightjs/test": "^2.0.0-alpha.26",
    "@lightjs/types": "^2.0.0-alpha.24"
  },
  "devDependencies": {
    "@types/node": "^16.11.11",
    "typescript": "^4.5.2"
  },
  "gitHead": "c80485eb2cf37f7d41c3d7007cdb7e5db97d50c1"
}
