38 lines
1,008 B
JSON
38 lines
1,008 B
JSON
{
|
|
"name": "marked-mfm",
|
|
"version": "0.2.0",
|
|
"description": "Marked.js extension for Misskey-flavored Markdown",
|
|
"main": "./src/index.js",
|
|
"browser": "./lib/index.umd.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"lint-fix": "eslint --fix .",
|
|
"test": "jest --verbose",
|
|
"build": "rollup -c rollup.config.umd.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://akkoma.dev/sfr/marked-mfm"
|
|
},
|
|
"bugs": {
|
|
"url": "https://akkoma.dev/sfr/marked-mfm/issues"
|
|
},
|
|
"author": "Sol Fisher Romanoff <sol@solfisher.com>",
|
|
"license": "BlueOak-1.0.0",
|
|
"peerDependencies": {
|
|
"marked": "^4.0.17"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.18.6",
|
|
"@babel/preset-env": "^7.18.6",
|
|
"@rollup/plugin-babel": "^5.3.1",
|
|
"@rollup/plugin-commonjs": "^22.0.1",
|
|
"babel-jest": "^28.1.2",
|
|
"eslint": "^8.19.0",
|
|
"eslint-config-standard": "^17.0.0",
|
|
"eslint-plugin-jest": "^26.5.3",
|
|
"jest-cli": "^28.1.2",
|
|
"rollup": "^2.76.0"
|
|
}
|
|
}
|