{
  "name": "@devs-studio/nodejsql",
  "version": "1.0.63",
  "description": "This README would normally document whatever steps are necessary to get your application up and running.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepublish": "npx tsc",
    "build": "npx tsc"
  },
  "author": "devs-studio",
  "license": "ISC",
  "devDependencies": {
    "typescript": "^4.8.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/devsstudio/nodejsql.git"
  },
  "keywords": [
    "nodejs",
    "sql",
    "api"
  ],
  "dependencies": {
    "class-transformer": "^0.5.1",
    "class-validator": "^0.13.2"
  }
}