{
  "name": "@lightjs/types",
  "version": "2.0.0-alpha.24",
  "description": "lightjs types",
  "main": "lib",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "dev": "tsc -w",
    "build": "npm run clean && npm run compile",
    "clean": "rm -rf lib",
    "compile": "tsc",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ludicroushq/light.git"
  },
  "keywords": [
    "lightjs",
    "types"
  ],
  "author": "Manthan Mallikarjun",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ludicroushq/light/issues"
  },
  "homepage": "https://github.com/ludicroushq/light#readme",
  "devDependencies": {
    "@netlify/functions": "^0.10.0",
    "@types/micro": "^7.3.6",
    "@types/node": "^16.11.11",
    "typescript": "^4.5.2"
  },
  "dependencies": {
    "find-my-way": "^5.0.0",
    "micro": "^9.3.4"
  },
  "gitHead": "5775062e8bf7626938ccebc233435cb395a9b800"
}
