marked-custom-heading-id
Version:
marked extension template
86 lines (85 loc) • 2.25 kB
JSON
{
"name": "marked-custom-heading-id",
"version": "2.0.15",
"description": "marked extension template",
"main": "./lib/index.cjs",
"module": "./src/index.js",
"browser": "./lib/index.umd.js",
"types": "./lib/index.d.cts",
"type": "module",
"files": [
"lib/",
"src/"
],
"exports": {
".": {
"import": {
"types": "./src/index.d.ts",
"default": "./src/index.js"
},
"require": {
"types": "./lib/index.d.cts",
"default": "./lib/index.cjs"
}
}
},
"keywords": [
"marked",
"extension",
"custom",
"heading",
"id"
],
"scripts": {
"test": "jest --verbose",
"test:cover": "jest --coverage",
"test:types": "npm run build && tsd -t src/index.d.ts -f spec/index.test-d.ts && attw -P",
"test:all": "npm run test:cover && npm run test:types && npm run lint",
"lint": "eslint .",
"format": "eslint . --fix",
"build": "rollup -c rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markedjs/marked-custom-heading-id.git"
},
"author": "Tony Brix <Tony@Brix.ninja> (https://Tony.Brix.ninja)",
"license": "MIT",
"bugs": {
"url": "https://github.com/markedjs/marked-custom-heading-id/issues"
},
"homepage": "https://github.com/markedjs/marked-custom-heading-id#readme",
"peerDependencies": {
"marked": ">=1 <17"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@markedjs/eslint-config": "^1.0.12",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.3",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"babel-jest": "^30.0.2",
"eslint": "^9.29.0",
"globals": "^16.2.0",
"jest-cli": "^30.0.2",
"marked": "^16.0.0",
"rollup": "^4.44.0",
"rollup-plugin-copy": "^3.5.0",
"semantic-release": "^24.2.5",
"tsd": "^0.32.0"
},
"tsd": {
"compilerOptions": {
"paths": {
"marked-custom-heading-id": [
"./src"
]
}
}
}
}