{
  "name": "nilajs",
  "version": "1.2.3",
  "description": "NilaJS a simple and powerfull REST api framework built on top of expressjs",
  "main": "index.js",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git://github.com/gotocva/nilajs.git"
  },
  "scripts": {
    "publish:local": "npm link",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "nilajs": "index.js"
  },
  "homepage": "https://github.com/gotocva/nilajs",
  "issues": "https://github.com/gotocva/nilajs/issues",
  "keywords": [
    "nodejs framework",
    "expressjs",
    "express",
    "fastify",
    "rest api"
  ],
  "author": "sivabharathy",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
