UNPKG

tinypg-parser

Version:

TinyPg utility for parsing parameterized SQL.

50 lines (49 loc) 1.12 kB
{ "name": "tinypg-parser", "version": "1.0.6", "description": "TinyPg utility for parsing parameterized SQL.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "clean": "rimraf ./dist", "build": "npm run clean && tsc", "prepare": "npm run build", "test": "jest --expand --forceExit --detectOpenHandles" }, "jest": { "preset": "ts-jest", "testEnvironment": "node", "testRegex": ".*\\.test\\.ts$" }, "repository": { "type": "git", "url": "http://github.com/joeandaverde/tinypg-parser.git" }, "bugs": { "url": "https://github.com/joeandaverde/tinypg-parser/issues" }, "homepage": "http://github.com/joeandaverde/tinypg-parser", "author": "Joe Andaverde", "keywords": [ "postgres", "sql", "db", "query" ], "license": "MIT", "engines": { "node": ">= 8.0.0" }, "dependencies": {}, "devDependencies": { "@types/jest": "^24.0.18", "@types/node": "^11.13.4", "jest": "^24.9.0", "rimraf": "^3.0.0", "ts-jest": "^24.1.0", "typescript": "^3.6.3" } }