28 lines
614 B
JSON
28 lines
614 B
JSON
{
|
|
"name": "@sup39/markdown-it-attr",
|
|
"version": "1.2.1",
|
|
"description": "A markdown-it plugin to write id, classes, and attributes",
|
|
"keywords": [
|
|
"markdown",
|
|
"markdown-it",
|
|
"markdown-it-plugin",
|
|
"attribute"
|
|
],
|
|
"repository": "sup39/markdown-it-attr",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "mocha"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"devDependencies": {
|
|
"@sup39/eslint-config-basic": "^0.1.0",
|
|
"@sup39/markdown-it-raw-table": "^1.0.0",
|
|
"eslint": "^7.17.0",
|
|
"markdown-it": "^12.0.4",
|
|
"mocha": "^8.2.1"
|
|
}
|
|
}
|