{
  "name": "@australis/tiny-sql-params",
  "private": false,
  "version": "1.0.0-23",
  "description": "tiny sql mapper for tediousjs",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest --ci --env=node",
    "build": "rimraf lib && tsc -p .",
    "publishit": "npm publish --access public"
  },
  "keywords": [
    "typescript",
    "sql",
    "mapper"
  ],
  "author": "daniel@australis-technica.com",
  "license": "MIT",
  "dependencies": {
    "@australis/create-debug": "^1.0.5" 
  },
  "devDependencies": {
    "@types/debug": "^0.0.31",
    "@types/jest": "^23.3.9",
    "@types/tedious": "^2.6.1",
    "jest": "23.6.0",
    "tedious": "^3.0.1",
    "ts-jest": "23.10.5",
    "typescript": "3.1.6"
  }
}