UNPKG

668 BJSONView Raw
1{
2 "name": "@leanup/cli-core-format",
3 "version": "1.0.110",
4 "description": "This module contains the format feature for the @leanup/cli.",
5 "author": "Martin Oppitz <npmjs@martinoppitz.com>",
6 "homepage": "https://leanupjs.org",
7 "keywords": [
8 "prettier",
9 "formatter",
10 "cli"
11 ],
12 "license": "Apache-2.0",
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/leanupjs/leanup.git"
16 },
17 "bugs": {
18 "url": "https://github.com/leanupjs/leanup/issues"
19 },
20 "dependencies": {
21 "prettier": "2.2.1"
22 },
23 "engines": {
24 "node": ">=14 <15",
25 "npm": ">=6 <7"
26 },
27 "gitHead": "7ef6bd1b528bde36bdbb3bd5c93a558185f1ee26"
28}