markdown-table-ts
Version:
A zero-dependency library for generating Markdown tables written in TypeScript.
50 lines (49 loc) • 1.32 kB
JSON
{
"name": "markdown-table-ts",
"version": "1.0.3",
"keywords": [
"markdown",
"md",
"table",
"tables",
"ts",
"typescript",
"types",
"typed",
"generate",
"generator",
"convert",
"converter"
],
"description": "A zero-dependency library for generating Markdown tables written in TypeScript.",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"build": "tsc && cp lib/src/index.* .",
"lint": "eslint --ext '.ts' src test jest.config.ts",
"test": "jest",
"clean": "rm -rf index.js index.d.ts lib",
"pub": "yarn build && yarn lint && yarn test && yarn publish"
},
"homepage": "https://gitlab.com/jiri.hajek/markdown-table-ts",
"repository": "https://gitlab.com/jiri.hajek/markdown-table-ts.git",
"bugs": "https://gitlab.com/jiri.hajek/markdown-table-ts/-/issues",
"author": "Jiri Hajek",
"license": "MIT",
"devDependencies": {
"@types/jest": "^26.0.19",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"eslint": "^7.16.0",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}