UNPKG

@unibeautify/beautifier-sqlformat

Version:
53 lines (52 loc) 1.39 kB
{ "name": "@unibeautify/beautifier-sqlformat", "version": "0.0.1", "description": "sqlformat beautifier for Unibeautify", "main": "dist/src/index.js", "typings": "dist/src/index.d.ts", "scripts": { "prepublishOnly": "npm run build", "build": "npm run clean && npm run compile", "clean": "rimraf dist", "compile": "tsc", "jest": "jest", "test": "npm run build && npm run lint && npm run jest", "lint": "tslint '{src,test}/**/*.ts'" }, "repository": { "type": "git", "url": "git+https://github.com/Unibeautify/beautifier-sqlformat.git" }, "keywords": [ "eslint", "unibeautify", "beautifier" ], "author": "Glavin Wiechert", "license": "MIT", "bugs": { "url": "https://github.com/Unibeautify/beautifier-sqlformat/issues" }, "homepage": "git+https://github.com/Unibeautify/beautifier-sqlformat#readme", "peerDependencies": { "unibeautify": ">= 0.12.1" }, "devDependencies": { "@types/jest": "23.3.1", "@types/node": "10.9.4", "@types/read-pkg-up": "3.0.1", "@types/tmp": "0.0.33", "jest": "23.5.0", "rimraf": "2.6.2", "ts-jest": "23.1.4", "tslint": "5.11.0", "tslint-clean-code": "0.2.7", "tslint-microsoft-contrib": "5.2.1", "typescript": "3.0.3", "unibeautify": "0.17.0" }, "dependencies": { "read-pkg-up": "^4.0.0", "tmp": "0.0.33" } }