tablegger
Version:
Table logger
63 lines (62 loc) • 1.6 kB
JSON
{
"name": "tablegger",
"version": "1.1.3",
"packageManager": "pnpm@7.31.0",
"description": "Table logger",
"author": "peterroe",
"license": "MIT",
"keywords": [
"typescript",
"table-logger"
],
"homepage": "https://github.com/peterroe/tablegger#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/peterroe/tablegger.git"
},
"bugs": "https://github.com/peterroe/tablegger/issues",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./*": "./*"
},
"scripts": {
"build": "unbuild",
"lint": "eslint \"**/*.{ts,js}\"",
"fix": "eslint --fix \"**/*.{ts,js}\"",
"start": "esno src/index.ts",
"test": "vitest",
"release": "pnpm build && bumpp && npm publish",
"typecheck": "tsc --noEmit",
"git-hook-init": "husky install && husky add .husky/pre-commit 'npm run lint && npm run typecheck'"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"consola": "^3.2.3",
"defu": "^6.1.2",
"string-width": "^6.1.0",
"tablegger": "^1.0.4"
},
"devDependencies": {
"@antfu/eslint-config": "0.35.3",
"@types/node": "^18.15.11",
"bumpp": "8.2.1",
"eslint": "8.38.0",
"esno": "0.16.3",
"husky": "8.0.3",
"picocolors": "^1.0.0",
"taze": "^0.9.1",
"typescript": "4.9.5",
"unbuild": "1.2.0",
"vite": "4.2.1",
"vitest": "0.28.5"
}
}