UNPKG

tslint-formatter-kakoune

Version:

TSLint formatter for kakoune

32 lines (31 loc) 686 B
{ "name": "tslint-formatter-kakoune", "version": "1.1.0", "description": "TSLint formatter for kakoune", "main": "kakouneFormatter.js", "author": "ABuffSeagull <reecevanatta@gmail.com>", "repository": { "type": "git", "url": "https://github.com/abuffseagull/tslint-formatter-kakoune" }, "license": "MIT", "private": false, "keywords": [ "tslint", "tslint-formatter", "kakoune" ], "scripts": { "build": "tsc -p .", "prepublishOnly": "yarn build", "lint": "tslint -p ." }, "files": [ "kakouneFormatter.js" ], "devDependencies": { "@types/node": "^10.12.18", "tslint": "^5.12.0", "typescript": "^3.2.2" } }