UNPKG

1.18 kBJSONView Raw
1{
2 "name": "console-table-printer",
3 "version": "2.4.33",
4 "repository": "github:ayonious/console-table-printer",
5 "description": "Printing pretty tables on console log",
6 "main": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "scripts": {
9 "setup": "npm install",
10 "build": "tsc",
11 "format": "prettier --write \"**/*.{json,md,ts,tsx,yml,js,jsx}\"",
12 "test": "jest --config jestconfig.json",
13 "lint": "eslint --ext=js,ts ."
14 },
15 "keywords": [
16 "console-table",
17 "console-log",
18 "print-table",
19 "node-table-printing"
20 ],
21 "files": [
22 "dist"
23 ],
24 "author": "Nahiyan Kamal",
25 "license": "MIT",
26 "devDependencies": {
27 "@types/jest": "^26.0.15",
28 "@typescript-eslint/eslint-plugin": "^4.6.0",
29 "@typescript-eslint/parser": "^4.6.0",
30 "eslint": "^7.12.1",
31 "eslint-config-airbnb-base": "^14.2.0",
32 "eslint-config-prettier": "^6.15.0",
33 "eslint-plugin-import": "^2.22.1",
34 "eslint-plugin-prettier": "^3.1.4",
35 "husky": "^4.3.0",
36 "jest": "^26.6.1",
37 "prettier": "^2.1.2",
38 "pretty-quick": "^3.1.0",
39 "ts-jest": "^26.4.3",
40 "typescript": "^4.0.5"
41 },
42 "homepage": "https://console-table.netlify.app"
43}