marked-variables
Version:
Variable expansion for Marked.js
68 lines (67 loc) • 1.97 kB
JSON
{
"name": "marked-variables",
"version": "1.0.2",
"description": "Variable expansion for Marked.js",
"main": "./lib/index.cjs",
"module": "./src/index.js",
"browser": "./lib/index.umd.js",
"type": "module",
"keywords": [
"marked",
"extension",
"mustaches",
"styles"
],
"scripts": {
"test": "jest --verbose",
"test:cover": "jest --coverage",
"test:marked": "node --test --test-reporter=dot spec/marked.spec.js",
"lint": "eslint --fix .",
"lint:dry": "eslint .",
"build": "rollup -c rollup.config.umd.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dbolack-ab/marked-variables.git"
},
"author": "David Bolack <abquintic@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dbolack-ab/marked-variables/issues"
},
"homepage": "https://github.com/dbolack-ab/marked-variables#readme",
"peerDependencies": {
"marked": ">=3 <16"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@markedjs/testutils": "^15.0.0-0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.2",
"babel-jest": "^29.5.0",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"jest-cli": "^29.7.0",
"lodash": "^4.17.21",
"marked": "^15.0.12",
"rollup": "^4.29.2",
"semantic-release": "^24.2.0"
},
"dependencies": {
"dedent": "^1.6.0",
"dedent-tabs": "^0.10.3",
"expr-eval": "^2.0.2",
"romans": "^3.1.0",
"written-number": "^0.11.1"
}
}