UNPKG

@naturalcycles/ktlint

Version:

ktlint, conveniently published to npm registry

52 lines (51 loc) 1.07 kB
{ "name": "@naturalcycles/ktlint", "scripts": { "prepare": "husky", "ktlint": "resources/ktlint", "build": "dev-lib build", "test": "dev-lib test", "lint": "dev-lib lint", "bt": "dev-lib bt", "lbt": "dev-lib lbt" }, "dependencies": {}, "devDependencies": { "@naturalcycles/dev-lib": "^15.4.2", "@naturalcycles/js-lib": "^14.149.1", "@types/node": "^22.1.0" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "resources", "!src/test", "!src/**/*.test.ts", "!src/**/__snapshots__", "!src/**/__exclude" ], "bin": { "ktlint": "resources/ktlint" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/NaturalCycles/ktlint" }, "engines": { "node": ">=20.13.0" }, "version": "1.13.0", "description": "ktlint, conveniently published to npm registry", "keywords": [ "ktlint", "npm", "published", "lint" ], "author": "Natural Cycles Team", "license": "MIT" }