-
-
Notifications
You must be signed in to change notification settings - Fork 646
/
package.json
47 lines (47 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"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": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}