UNPKG

snack-query-builder

Version:
45 lines (44 loc) 1.17 kB
{ "name": "snack-query-builder", "version": "1.0.4", "description": "Query generator for SQL", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "prebuild": "rm -rf dist", "build": "nest build", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", "test": "echo \"Error: no test specified\" && exit 1", "lint": "tslint -p tsconfig.json", "prepare": "nest build", "prepublishOnly": "npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/ariassd/snack-query-builder.git" }, "keywords": [ "SQL", "Node", "Query", "Generator" ], "files": [ "dist/**/*" ], "devDependencies": { "prettier": "^1.19.1", "tslint": "^6.0.0", "tslint-config-prettier": "^1.18.0", "typescript": "^3.8.5" }, "author": "Luis Arias", "license": "ISC", "bugs": { "url": "https://github.com/ariassd/snack-query-builder/issues" }, "homepage": "https://github.com/ariassd/snack-query-builder#readme" }