Creative-Commons-Markdown/package.json
Jan T. Sott 1559cd3e5b 0.4.2
2024-09-20 23:48:49 +02:00

47 lines
1.1 KiB
JSON

{
"name": "cc-md",
"version": "0.4.2",
"description": "Markdown-formatted Creative Commons licenses",
"author": "idleberg",
"license": "CC0-1.0",
"files": [
"1.0/",
"2.0/",
"2.5/",
"3.0/",
"4.0/",
"legacy/",
"LICENSE",
"readme.markdown"
],
"scripts": {
"lint": "npm run test",
"prepare": "husky",
"test": "remark -u lint ./**/*.markdown ./readme.markdown"
},
"keywords": [
"markdown",
"creative",
"commons",
"licenses",
"cc"
],
"repository": {
"type": "git",
"url": "git+https://github.com/idleberg/Creative-Commons-Markdown.git"
},
"bugs": {
"url": "https://github.com/idleberg/Creative-Commons-Markdown/issues"
},
"homepage": "https://github.com/idleberg/Creative-Commons-Markdown#readme",
"devDependencies": {
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"remark-cli": "^12.0.1",
"remark-lint": "^10.0.0"
},
"lint-staged": {
"*.{md|markdown}": "remark -u lint"
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}