-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "markdown-it-easy-tables",
"version": "0.1.1",
"description": "Markdown tables, easy to read and write.",
"author": "tw-studio",
"license": "MIT",
"main": "index.js",
"scripts": {
"jest": "$(pnpm bin)/jest --config=test/config/jest.config.js",
"test": "$(pnpm bin)/jest --config=test/config/jest.config.js"
},
"devDependencies": {
"@babel/core": "7.10.2",
"@babel/preset-env": "7.10.2",
"babel-eslint": "10.1.0",
"babel-jest": "26.0.1",
"eslint": "7.2.0",
"eslint-config-airbnb": "18.1.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.21.2",
"eslint-plugin-prettier": "3.1.3",
"jest": "26.0.1",
"js-yaml": "3.14.0",
"markdown-it": "11.0.0",
"prettier": "2.0.5"
},
"engines": {
"node": ">=12.0.0"
},
"engineStrict": true,
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"indent",
"table",
"indented table"
],
"homepage": "https://github.com/tw-studio/markdown-it-easy-tables",
"repository": {
"type": "git",
"url": "git://github.com/tw-studio/markdown-it-easy-tables.git"
},
"bugs": {
"url": "https://github.com/tw-studio/markdown-it-easy-tables/issues"
}
}